Skip to content

Commit

Permalink
Make test class name consistent with the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekai-jiang committed Jan 5, 2025
1 parent d8d9dbe commit c2cd3b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object TailRecNoArguments {
@cCode.`export`
def main(): Unit = {
implicit val state = stainless.io.newState
StdOut.println(countDown(10)) // Expected: 0
StdOut.println(countDown(1000000)) // Expected: 0
}
}

0 comments on commit c2cd3b1

Please sign in to comment.