Skip to content

Commit

Permalink
Enables tests that prove #418 is solved.
Browse files Browse the repository at this point in the history
Two disabled tests preventing #418 from being closed, are now fixed.

Closes #418
  • Loading branch information
esdrubal committed Jul 1, 2024
1 parent 65dbd34 commit f856463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category = "disabled"
category = "fail"

# check: $()x = y;
# nextln: $()Mismatched types.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category = "disabled"
category = "fail"

# check: $()x = y;
# nextln: $()Mismatched types.

0 comments on commit f856463

Please sign in to comment.