Skip to content

Commit dbd612a

Browse files
committed
Use smaller numbers for tests
1 parent 316cb82 commit dbd612a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/stdlib/stream/fastexp.check

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
0 ^ 0
3939
1
4040
1
41-
7 ^ 22
42-
3909821048582988300
43-
3909821048582988300
44-
22 ^ 7
45-
2494357888
46-
2494357888
41+
7 ^ 21
42+
558545864083284030
43+
558545864083284030
44+
21 ^ 7
45+
1801088541
46+
1801088541

examples/stdlib/stream/fastexp.effekt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ def main() = {
7474
testExp(0, 1)
7575
testExp(1, 0)
7676
testExp(0, 0)
77-
testExp(7, 22)
78-
testExp(22, 7)
77+
testExp(7, 21)
78+
testExp(21, 7)
7979
}

0 commit comments

Comments
 (0)