summary refs log tree commit diff stats
path: root/tests/system/tsysspawnbadarg.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/tsysspawnbadarg.nim')
-rw-r--r--tests/system/tsysspawnbadarg.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/system/tsysspawnbadarg.nim b/tests/system/tsysspawnbadarg.nim
deleted file mode 100644
index ace074602..000000000
--- a/tests/system/tsysspawnbadarg.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-discard """
-  line: 7
-  errormsg: "'spawn' takes a call expression of type void"
-  cmd: "nimrod $target --threads:on $options $file"
-"""
-
-spawn(1)