diff options
Diffstat (limited to 'tests/features/test_match_ref.zc')
| -rw-r--r-- | tests/features/test_match_ref.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_match_ref.zc b/tests/features/test_match_ref.zc index cdd0835..0442dc7 100644 --- a/tests/features/test_match_ref.zc +++ b/tests/features/test_match_ref.zc @@ -50,7 +50,7 @@ enum Test { } test "match ref binding concrete" { - const t = Test::ONE(Hello{ world: 123 }); + var t = Test::ONE(Hello{ world: 123 }); var val = 0; match t { |
