File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
internal/test_helpers/fixtures Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -572,14 +572,14 @@ Debug = true
572572[33m[stage-1] [test-4.lox] [0m print foo;
573573[33m[stage-1] [test-4.lox] [0m print baz;
574574[33m[stage-1] [test-4.lox] [0m}
575- [33m[stage-1] [test-4.lox] [0mprint baz ;
575+ [33m[stage-1] [test-4.lox] [0mprint foo ;
576576[33m[stage-1] [test-4.lox] [0m
577577[33m[stage-1] [test-4] [0m[94m$ ./your_program.sh run test.lox[0m
578578[33m[your_program] [0mmodified foo
579579[33m[your_program] [0minner baz
580580[33m[your_program] [0mmodified foo
581581[33m[your_program] [0mouter baz
582- [33m[your_program] [0mUndefined variable 'baz '.
582+ [33m[your_program] [0mUndefined variable 'foo '.
583583[33m[your_program] [0m[line 17]
584584[33m[stage-1] [test-4] [0m[92m✓ 4 line(s) match on stdout[0m
585585[33m[stage-1] [test-4] [0m[92m✓ Received exit code 70.[0m
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ expected_error_type: runtime
1717 print <<RANDOM_STRING_1>>;
1818 print <<RANDOM_STRING_2>>;
1919}
20- print <<RANDOM_STRING_2 >>;
20+ print <<RANDOM_STRING_1 >>;
You can’t perform that action at this time.
0 commit comments