Skip to content

Commit

Permalink
Fix tests affected by pattern change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored and zygoloid committed Jul 31, 2021
1 parent f2db4e2 commit 91512e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion executable_semantics/testdata/struct_field_mismatch.golden
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
COMPILATION ERROR: 11: field names do not match, expected y but got z
COMPILATION ERROR: 11: type error in call
expected: (x = Int, y = Int)
actual: (x = Int, z = Int)
EXIT CODE: 255
4 changes: 3 additions & 1 deletion executable_semantics/testdata/struct_field_missing.golden
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
COMPILATION ERROR: 11: tuples of different length
COMPILATION ERROR: 11: type error in call
expected: (x = Int, y = Int)
actual: (x = Int)
EXIT CODE: 255

0 comments on commit 91512e9

Please sign in to comment.