summary refs log tree commit diff stats
path: root/tests/realtimeGC/shared.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/realtimeGC/shared.nim')
-rw-r--r--tests/realtimeGC/shared.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/realtimeGC/shared.nim b/tests/realtimeGC/shared.nim
index 2d1dd6c3c..8b5c05e47 100644
--- a/tests/realtimeGC/shared.nim
+++ b/tests/realtimeGC/shared.nim
@@ -1,7 +1,3 @@
-discard """
-  cmd: "nim $target --debuginfo --hints:on --app:lib $options $file"
-"""
-
 import strutils
 
 # Global state, accessing with threads, no locks. Don't do this at