summary refs log tree commit diff stats
path: root/tests/table
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-04-16 21:28:19 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-04-16 21:28:19 +0100
commit2fb5d62927b217b070fec3657abe1b132a53b91a (patch)
tree4b25d449fcb3105a9d39e4b8d4701c0c87d9d9db /tests/table
parent6692d95ee2941de587f201ac2021bf9558a41f6f (diff)
downloadNim-2fb5d62927b217b070fec3657abe1b132a53b91a.tar.gz
Tester now appreciates the test target. Modified 'cmd' in specs.
Diffstat (limited to 'tests/table')
-rw-r--r--tests/table/ttables.nim1
-rw-r--r--tests/table/ttables2.nim1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/table/ttables.nim b/tests/table/ttables.nim
index 681ff5424..60446b5a3 100644
--- a/tests/table/ttables.nim
+++ b/tests/table/ttables.nim
@@ -1,6 +1,5 @@
 discard """
   output: '''true'''
-  cmd: "nimrod cc --hints:on $# $#"
 """
 
 import hashes, tables
diff --git a/tests/table/ttables2.nim b/tests/table/ttables2.nim
index b88c8dfbf..611f3f8ec 100644
--- a/tests/table/ttables2.nim
+++ b/tests/table/ttables2.nim
@@ -1,6 +1,5 @@
 discard """
   output: '''true'''
-  cmd: "nimrod cc --hints:on $# $#"
 """
 
 import tables