diff options
Diffstat (limited to 'tests/arc/tref_cast_error.nim')
-rw-r--r-- | tests/arc/tref_cast_error.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arc/tref_cast_error.nim b/tests/arc/tref_cast_error.nim index b0d2faf77..20139c1be 100644 --- a/tests/arc/tref_cast_error.nim +++ b/tests/arc/tref_cast_error.nim @@ -1,6 +1,6 @@ discard """ cmd: "nim c --gc:arc $file" - errormsg: "expression cannot be cast to ref RootObj" + errormsg: "expression cannot be cast to 'ref RootObj'" joinable: false """ |