aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/reductions.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reductions.tm b/test/reductions.tm
index 72db3d1b..47f1612a 100644
--- a/test/reductions.tm
+++ b/test/reductions.tm
@@ -18,8 +18,8 @@ func main():
= Foo(x=0, y=-999)
!! (or) and (and) have early out behavior:
- >> (or) i == 3 for i in 99999999999999999
+ >> (or) i == 3 for i in 9999999999999999999999999999
= yes
- >> (and) i < 10 for i in 99999999999999999
+ >> (and) i < 10 for i in 9999999999999999999999999999
= no