1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00

[test] Add test to suite

This commit is contained in:
Paul Cadman 2022-03-24 14:59:39 +00:00
parent 242275a4e3
commit 6ce6489617

View File

@ -116,4 +116,9 @@ tests = [
"AmbiguousModule.mjuvix" $ \case
ErrAmbiguousModuleSym {} -> Nothing
_ -> wrongError
, NegTest "Ambiguous nested constructors"
"."
"AmbiguousConstructor.mjuvix" $ \case
ErrAmbiguousSym {} -> Nothing
_ -> wrongError
]