Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Dec 3, 2024
1 parent 1f09c4e commit 837b13b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/Resolver/Negative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ resolverErrorTests =
$ \case
ErrMissingModule
MissingModule {} -> Nothing
_ -> wrongError,
negTest
"Depend on two packages with the same package id"
$(mkRelDir "AmbiguousPackageId")
$(mkRelFile "Main.juvix")
$ \case
ErrAmbiguousPackageId {} -> Nothing
_ -> wrongError
-- negTest
-- "Depend on two packages with the same package id"
-- $(mkRelDir "AmbiguousPackageId")
-- $(mkRelFile "Main.juvix")
-- $ \case
-- ErrAmbiguousPackageId {} -> Nothing
-- _ -> wrongError
]

0 comments on commit 837b13b

Please sign in to comment.