summary refs log tree commit diff stats
path: root/tests/vm
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-23 13:16:45 +0100
committerAraq <rumpf_a@web.de>2018-11-23 13:16:45 +0100
commit562d185cb73fa31d901685a15e92b8904f9b077b (patch)
tree58d0ff9e04f2ee03433b495d978a8db3e7b24278 /tests/vm
parent2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 (diff)
downloadNim-562d185cb73fa31d901685a15e92b8904f9b077b.tar.gz
cleanup tests; don't use non-working 'msg' spec field
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/tconsttable2.nim2
-rw-r--r--tests/vm/tgorge.nim2
-rw-r--r--tests/vm/tinheritance.nim2
-rw-r--r--tests/vm/tmitems.nim2
-rw-r--r--tests/vm/tsimpleglobals.nim2
-rw-r--r--tests/vm/tstaticprintseq.nim2
-rw-r--r--tests/vm/tswap.nim2
-rw-r--r--tests/vm/ttouintconv.nim2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/vm/tconsttable2.nim b/tests/vm/tconsttable2.nim
index e07734eb5..5a392fb66 100644
--- a/tests/vm/tconsttable2.nim
+++ b/tests/vm/tconsttable2.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: '''61'''
+  nimout: '''61'''
 """
 
 # bug #2297
diff --git a/tests/vm/tgorge.nim b/tests/vm/tgorge.nim
index a20de6024..11c49a4cc 100644
--- a/tests/vm/tgorge.nim
+++ b/tests/vm/tgorge.nim
@@ -1,5 +1,5 @@
 discard """
-disabled: "appveyor"
+disabled: "windows"
 """
 
 # If your os is windows and this test fails for you locally, please
diff --git a/tests/vm/tinheritance.nim b/tests/vm/tinheritance.nim
index 2c224abcb..a94ccafcd 100644
--- a/tests/vm/tinheritance.nim
+++ b/tests/vm/tinheritance.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: '''Hello fred , managed by sally
+  nimout: '''Hello fred , managed by sally
 Hello sally , managed by bob'''
 """
 # bug #3973
diff --git a/tests/vm/tmitems.nim b/tests/vm/tmitems.nim
index a0e64d6aa..87835d1cd 100644
--- a/tests/vm/tmitems.nim
+++ b/tests/vm/tmitems.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: '''13'''
+  nimout: '''13'''
   output: '''3
 3
 3'''
diff --git a/tests/vm/tsimpleglobals.nim b/tests/vm/tsimpleglobals.nim
index 27bfdce50..7ab665070 100644
--- a/tests/vm/tsimpleglobals.nim
+++ b/tests/vm/tsimpleglobals.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: "abc xyz bb"
+  nimout: "abc xyz bb"
 """
 
 # bug #2473
diff --git a/tests/vm/tstaticprintseq.nim b/tests/vm/tstaticprintseq.nim
index 246a0211b..37bf62246 100644
--- a/tests/vm/tstaticprintseq.nim
+++ b/tests/vm/tstaticprintseq.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: '''1
+  nimout: '''1
 2
 3
 1
diff --git a/tests/vm/tswap.nim b/tests/vm/tswap.nim
index 2219be9ca..4243b5a71 100644
--- a/tests/vm/tswap.nim
+++ b/tests/vm/tswap.nim
@@ -1,5 +1,5 @@
 discard """
-msg: '''
+nimout: '''
 x.data = @[10]
 y = @[11]
 x.data = @[11]
diff --git a/tests/vm/ttouintconv.nim b/tests/vm/ttouintconv.nim
index 5f8884e80..dd4c597ba 100644
--- a/tests/vm/ttouintconv.nim
+++ b/tests/vm/ttouintconv.nim
@@ -1,7 +1,7 @@
 import macros
 
 discard """
-msg: '''
+nimout: '''
 8 9 17
 239 255
 61439 65534 65535
='n372' href='#n372'>372 373 374 375 376 377 378 379 380