Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 16, 2023
1 parent 68bbc42 commit 9adae5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/structs_expected.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
struct S(name: String, age: I32)
Struct S(name: Claus Kleber, age: 67)
struct S(name: Claus Kleber, age: 67)
true
false
Claus Kleber
Struct S(name: Claus-Detlev Walter Kleber, age: 67)
Struct S(name: Claus-Detlev Walter Kleber, age: 67)
struct S(name: Claus-Detlev Walter Kleber, age: 67)
struct S(name: Claus-Detlev Walter Kleber, age: 67)

0 comments on commit 9adae5d

Please sign in to comment.