tester compiles again

This commit is contained in:
Araq
2014-08-29 01:12:18 +02:00
parent 28c3de7d3e
commit 6713ebcd98
5 changed files with 22 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ discard """
"""
# test assert and exception handling
proc callB() = assert(False)
proc callB() = assert(false)
proc callA() = callB()
proc callC() = callA()