Skip to content

Commit 950dd35

Browse files
committed
ci: add regenerated fixtures
1 parent f76cec1 commit 950dd35

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

internal/test_helpers/fixtures/pass_control_flow

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Debug = true
55
[stage-9] [test-1] Writing contents to ./test.lox:
66
[stage-9] [test-1] [test.lox] // This should print the string if the condition evaluates to True
77
[stage-9] [test-1] [test.lox] if (false) print "foo";
8-
[stage-9] [test-1] [test.lox] if (false) print "foo";
9-
[stage-9] [test-1] [test.lox] if (false) print "foo";
108
[stage-9] [test-1] $ ./your_program.sh run test.lox
119
[stage-9] [test-1] ✓ 1 line(s) match on stdout
1210
[stage-9] [test-1] ✓ Received exit code 0.

internal/test_helpers/fixtures/pass_control_flow_final

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Debug = true
55
[stage-9] [test-1] Writing contents to ./test.lox:
66
[stage-9] [test-1] [test.lox] // This should print the string if the condition evaluates to True
77
[stage-9] [test-1] [test.lox] if (false) print "foo";
8-
[stage-9] [test-1] [test.lox] if (false) print "foo";
9-
[stage-9] [test-1] [test.lox] if (false) print "foo";
108
[stage-9] [test-1] $ ./your_program.sh run test.lox
119
[stage-9] [test-1] ✓ 1 line(s) match on stdout
1210
[stage-9] [test-1] ✓ Received exit code 0.

0 commit comments

Comments
 (0)