Skip to content

Commit

Permalink
Add test for issue #2139
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Nov 4, 2022
1 parent 16cc15c commit 1236c4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Test/git-issues/git-issue-2139.dfy
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// RUN: %dafny_0 /compile:0 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

method a()
{
var tok := (0,0);
match tok {
case "B" =>
case _ =>
}
}
Empty file.

0 comments on commit 1236c4b

Please sign in to comment.