Skip to content

Commit 7c80402

Browse files
committed
What about incorrect tests?
1 parent d178d0f commit 7c80402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lit/single/arithmetic/addition.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ FUNCTION main
1919
x := 60;
2020
y := 9;
2121
printf('%d$N', x + y);
22-
// CHECK: 69
23-
END_FUNCTION
22+
// CHECK: 68
23+
END_FUNCTION

0 commit comments

Comments
 (0)