Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bksaiki committed Aug 26, 2024
1 parent d832939 commit 10485f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/sandbox.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@
(table-row (test-name test)
(test-identifier test)
status
(prog->fpcore (test-pre test))
(prog->fpcore (test-pre test) (test-context test))
preprocess
(representation-name repr)
'() ; TODO: eliminate field
(test-vars test)
(map car (hash-ref result-hash 'warnings))
(prog->fpcore (test-input test))
(prog->fpcore (test-input test) (test-context test))
#f
(prog->fpcore (test-spec test))
(prog->fpcore (test-spec test) (test-context test))
(test-output test)
#f
#f
Expand Down

0 comments on commit 10485f4

Please sign in to comment.