Skip to content

Commit

Permalink
[tests] Remove XFail on pass.brat
Browse files Browse the repository at this point in the history
It doesn't import from lib.kernel anymore, isn't victim to #13
  • Loading branch information
croyzor committed Jul 25, 2024
1 parent be137ac commit 13d6d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brat/test/Test/Compile/Hugr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputDir = prefix </> "output"

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

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

0 comments on commit 13d6d67

Please sign in to comment.