Skip to content

Commit c44880b

Browse files
leo-leescoshigoel
authored andcommitted
Overhaul test framework for Laurel (#1223)
1 parent bb69bbc commit c44880b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StrataPython/CorePrelude.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module
77

88
public import Strata.Languages.Core.Program
99
import Strata.Languages.Core.Verifier
10-
import StrataDDM.Integration.Lean.HashCommands -- shake: keep
10+
public import StrataDDM.Integration.Lean.HashCommands -- shake: keep
1111

1212
open Strata
1313

StrataPythonTest/CorePreludeTest.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Test that the Python CorePrelude can be serialized to Ion format and
1818
deserialized back without loss of information.
1919
-/
2020
private def testCorePreludeRoundTrip : Bool :=
21-
let prelude := corePrelude
21+
let prelude : Program := corePrelude
2222
let bytes := prelude.toIon
2323
match Program.fromIon Strata.Core_map Strata.Core.name bytes with
2424
| .ok pgm => pgm.commands.size == prelude.commands.size

0 commit comments

Comments
 (0)