Skip to content

Commit

Permalink
fix geb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 18, 2023
1 parent 06c7f57 commit 916a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BackendGeb/Compilation/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ gebCompilationAssertion ::
gebCompilationAssertion root mainFile expectedFile step = do
step "Translate to JuvixCore"
entryPoint <- set entryPointTarget TargetGeb <$> testDefaultEntryPointIO root mainFile
m <- (^. pipelineResult . Core.coreResultModule) . snd <$> testRunIO entryPoint upToCore
m <- (^. pipelineResult . Core.coreResultModule) . snd <$> testRunIO entryPoint upToStoredCore
coreToGebTranslationAssertion' (Core.computeCombinedInfoTable m) entryPoint expectedFile step

0 comments on commit 916a986

Please sign in to comment.