Skip to content

Commit

Permalink
fix shell tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 29, 2022
1 parent b4109a1 commit 91d0621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CLI/Commands/dev/internal.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ $ juvix --only-errors dev internal typecheck tests/positive/Internal/Simple.juvi
>= 0

$ juvix --no-colors dev internal typecheck tests/negative/Internal/MultiWrongType.juvix
>2 /(.+)\/([^\/]+)\.juvix\:14\:7\-8\: error.*
>2 /(.+)\/([^\/]+)\.juvix\:[0-9]*\:[0-9]*\-[0-9]*\: error.*
.*/
>= 1
2 changes: 1 addition & 1 deletion tests/CLI/Commands/typecheck.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ $ juvix --only-errors typecheck tests/positive/Internal/Simple.juvix
>= 0

$ juvix --no-colors typecheck tests/negative/Internal/MultiWrongType.juvix
>2 /(.+)\/([^\/]+)\.juvix\:14\:7\-8\: error.*
>2 /(.+)\/([^\/]+)\.juvix\:[0-9]*\:[0-9]*\-[0-9]*\: error.*
.*/
>= 1

0 comments on commit 91d0621

Please sign in to comment.