Skip to content

Commit

Permalink
remove commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Dec 4, 2024
1 parent 822b4fe commit 3076c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/Juvix/Compiler/Pipeline/Loader/PathResolver/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ data PathResolverError
= ErrDependencyConflict DependencyConflict
| ErrMissingModule MissingModule
| ErrPackageInvalidImport PackageInvalidImport
| ErrAmbiguousPackageId AmbiguousPackageId
| -- | This error is unused at the moment
ErrAmbiguousPackageId AmbiguousPackageId
deriving stock (Show)

instance ToGenericError PathResolverError where
Expand Down
7 changes: 0 additions & 7 deletions test/Resolver/Negative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,4 @@ resolverErrorTests =
ErrMissingModule
MissingModule {} -> 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 3076c8d

Please sign in to comment.