summary refs log tree commit diff stats
path: root/tests/async/tfuturevar.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tfuturevar.nim')
-rw-r--r--tests/async/tfuturevar.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/async/tfuturevar.nim b/tests/async/tfuturevar.nim
index 9e3134261..b70f1d166 100644
--- a/tests/async/tfuturevar.nim
+++ b/tests/async/tfuturevar.nim
@@ -1,8 +1,3 @@
-discard """
-action: compile
-"""
-# XXX: action should be run!
-
 import asyncdispatch
 
 proc completeOnReturn(fut: FutureVar[string], x: bool) {.async.} =