mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
[test] Add test to suite
This commit is contained in:
parent
242275a4e3
commit
6ce6489617
@ -116,4 +116,9 @@ tests = [
|
|||||||
"AmbiguousModule.mjuvix" $ \case
|
"AmbiguousModule.mjuvix" $ \case
|
||||||
ErrAmbiguousModuleSym {} -> Nothing
|
ErrAmbiguousModuleSym {} -> Nothing
|
||||||
_ -> wrongError
|
_ -> wrongError
|
||||||
|
, NegTest "Ambiguous nested constructors"
|
||||||
|
"."
|
||||||
|
"AmbiguousConstructor.mjuvix" $ \case
|
||||||
|
ErrAmbiguousSym {} -> Nothing
|
||||||
|
_ -> wrongError
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user