Skip to content

Commit

Permalink
Missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 17, 2023
1 parent db47f56 commit 1eeda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def one_line(s):

('%run-binary-out', 'rm -f %t.out.bin && %t.interpreter %test-input -1 %t.out.bin --binary-output'),
('%run-binary', 'rm -f %t.bin && %convert-input && %t.interpreter %t.bin -1 /dev/stdout'),
('%run-proof-out', '%t.interpreter %test-input -1 %t.out.bin --proof-output'),
('%run-proof-out', 'rm -f %t.out.bin && %t.interpreter %test-input -1 %t.out.bin --proof-output'),
('%run', '%t.interpreter %test-input -1 /dev/stdout'),

('%kprint-check', 'kprint %S %s true | diff - %s.out'),
Expand Down

0 comments on commit 1eeda64

Please sign in to comment.