summaryrefslogtreecommitdiff
path: root/tests/features/test_traits_suite.zc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/test_traits_suite.zc')
-rw-r--r--tests/features/test_traits_suite.zc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_traits_suite.zc b/tests/features/test_traits_suite.zc
index 205bdf6..2ff8378 100644
--- a/tests/features/test_traits_suite.zc
+++ b/tests/features/test_traits_suite.zc
@@ -90,7 +90,7 @@ test "test_derive" {
// Debug
let s = p1.to_string();
- assert(strcmp(s, "Point { ... }") == 0, "Debug string matches");
+ assert(strcmp(s, "Point {{ ... }}") == 0, "Debug string matches");
// Clone
let p2 = p1.clone();