Skip to content

Commit 13d6d67

Browse files
committed
[tests] Remove XFail on pass.brat
It doesn't import from lib.kernel anymore, isn't victim to #13
1 parent be137ac commit 13d6d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brat/test/Test/Compile/Hugr.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ outputDir = prefix </> "output"
2525

2626
-- examples that we expect to compile, but then to fail validation
2727
invalidExamples :: [FilePath]
28-
invalidExamples = map ((++ ".brat") . ("examples" </>)) ["pass", "thunks"]
28+
invalidExamples = map ((++ ".brat") . ("examples" </>)) ["thunks"]
2929

3030
-- examples that we expect not to compile
3131
-- Note this includes those with remaining holes; it would be better

0 commit comments

Comments
 (0)