Skip to content

Commit 2889b64

Browse files
committed
Remove unused Handle to /dev/null in test/Main.hs. (It was used before
switching to Crux.)
1 parent 89beee0 commit 2889b64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: crucible-concurrency/test/Main.hs

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ findTests group_name test_dir test_action =
5757
testSimulator :: FilePath -> FilePath -> IO ()
5858
testSimulator inFile outFile =
5959
do contents <- T.readFile inFile
60-
debugh <- openFile "/dev/null" WriteMode
6160
withFile outFile WriteMode $ \outh ->
6261
do let options = (defaultCruxOptions { Crux.inputFiles = [inFile],
6362
Crux.simVerbose = 0,

0 commit comments

Comments
 (0)