diff options
Diffstat (limited to 'tests/parser/tcommand_as_expr.nim')
-rw-r--r-- | tests/parser/tcommand_as_expr.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/tcommand_as_expr.nim b/tests/parser/tcommand_as_expr.nim index 3c02f8cb3..22c49ab3f 100644 --- a/tests/parser/tcommand_as_expr.nim +++ b/tests/parser/tcommand_as_expr.nim @@ -3,7 +3,7 @@ discard """ 5-120-120 359''' """ -import math +#import math proc optarg(x:int, y:int = 0):int = x + 3 * y proc singlearg(x:int):int = 20*x |