summary refs log tree commit diff stats
path: root/tests/cpp/tcasts.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/tcasts.nim')
-rw-r--r--tests/cpp/tcasts.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cpp/tcasts.nim b/tests/cpp/tcasts.nim
index d968d87db..80527efff 100644
--- a/tests/cpp/tcasts.nim
+++ b/tests/cpp/tcasts.nim
@@ -1,6 +1,5 @@
 discard """
   cmd: "nim cpp $file"
-  output: '''{"vas": "kas", "123": "123"}'''
   targets: "cpp"
 """
 
@@ -18,4 +17,4 @@ import tables
 var t = initTable[string, string]()
 discard t.hasKeyOrPut("123", "123")
 discard t.mgetOrPut("vas", "kas")
-echo t
\ No newline at end of file
+doAssert t.len == 2