diff options
Diffstat (limited to 'tests/testament/categories.nim')
-rw-r--r-- | tests/testament/categories.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index ca621969f..5468fc309 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -205,7 +205,6 @@ proc ioTests(r: var TResults, cat: Category, options: string) = proc asyncTests(r: var TResults, cat: Category, options: string) = template test(filename: untyped) = testSpec r, makeTest(filename, options, cat) - testSpec r, makeTest(filename, options & " -d:upcoming", cat) for t in os.walkFiles("tests/async/t*.nim"): test(t) |