We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be137ac commit 13d6d67Copy full SHA for 13d6d67
brat/test/Test/Compile/Hugr.hs
@@ -25,7 +25,7 @@ outputDir = prefix </> "output"
25
26
-- examples that we expect to compile, but then to fail validation
27
invalidExamples :: [FilePath]
28
-invalidExamples = map ((++ ".brat") . ("examples" </>)) ["pass", "thunks"]
+invalidExamples = map ((++ ".brat") . ("examples" </>)) ["thunks"]
29
30
-- examples that we expect not to compile
31
-- Note this includes those with remaining holes; it would be better
0 commit comments