Skip to content

Commit

Permalink
Fix cryptol-saw-core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Jan 19, 2021
1 parent 9631803 commit 2ac0378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptol-saw-core/test/CryptolVerifierTC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ main =
let ?fileReader = BS.readFile
cenv0 <- CEnv.initCryptolEnv sc
putStrLn "Translated Cryptol.cry!"
cenv1 <- CEnv.importModule sc cenv0 (Right N.floatName) Nothing OnlyPublic Nothing
cenv1 <- CEnv.importModule sc cenv0 (Right N.floatName) Nothing CEnv.OnlyPublic Nothing
putStrLn "Translated Float.cry!"
cenv2 <- CEnv.importModule sc cenv1 (Right N.arrayName) Nothing OnlyPublic Nothing
cenv2 <- CEnv.importModule sc cenv1 (Right N.arrayName) Nothing CEnv.OnlyPublic Nothing
putStrLn "Translated Array.cry!"
cenv3 <- CEnv.parseDecls sc cenv2 (CEnv.InputText superclassContents "superclass.cry" 1 1)
putStrLn "Translated superclass.cry!"
Expand Down

0 comments on commit 2ac0378

Please sign in to comment.