summary refs log tree commit diff stats
path: root/tests/rodfiles
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-03-16 05:33:21 +0200
committerZahary Karadjov <zahary@gmail.com>2012-03-16 05:33:21 +0200
commit72f2a6e2755cdeaf1db85a9b119b694b9a2cb472 (patch)
treecb4dc5c42656a876337dbfce21e176d204ee35f6 /tests/rodfiles
parent84806e6a61da2641b6e8cb34800c874dc74b90af (diff)
downloadNim-72f2a6e2755cdeaf1db85a9b119b694b9a2cb472.tar.gz
the test suite is mostly green again
Diffstat (limited to 'tests/rodfiles')
-rw-r--r--tests/rodfiles/bmethods.nim1
-rw-r--r--tests/rodfiles/bmethods2.nim3
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/rodfiles/bmethods.nim b/tests/rodfiles/bmethods.nim
index 995942ad6..39aa5368c 100644
--- a/tests/rodfiles/bmethods.nim
+++ b/tests/rodfiles/bmethods.nim
@@ -1,4 +1,5 @@
 discard """
+  disabled: true
   output: '''derived class
 base class
 '''
diff --git a/tests/rodfiles/bmethods2.nim b/tests/rodfiles/bmethods2.nim
index ac24a2201..0d1795a27 100644
--- a/tests/rodfiles/bmethods2.nim
+++ b/tests/rodfiles/bmethods2.nim
@@ -1,5 +1,6 @@
 discard """
-  output: '''derived class 2
+  disabled: true
+  output: '''derived class 2  
 base class
 '''
 """