diff options
Diffstat (limited to 'tests/vm/tslow_tables.nim')
-rw-r--r-- | tests/vm/tslow_tables.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vm/tslow_tables.nim b/tests/vm/tslow_tables.nim index f726c6323..e40187f18 100644 --- a/tests/vm/tslow_tables.nim +++ b/tests/vm/tslow_tables.nim @@ -1,5 +1,5 @@ discard """ - timeout: "4" + timeout: "7" action: "compile" nimout: '''create search @@ -26,5 +26,5 @@ proc hop(): bool = echo "done" -const r = hop() +const r {.used.} = hop() |