summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorawr <41453959+awr1@users.noreply.github.com>2018-09-04 18:25:54 -0500
committerawr <41453959+awr1@users.noreply.github.com>2018-09-04 18:25:54 -0500
commit02306020b27a69a6f5f9eaa0926c87da0636a018 (patch)
treea1e2374d7a42b9723d0ad38c27b17359bef68c97
parentc2b09a499c7b4fe255bb57ade50e2736f89aba2c (diff)
downloadNim-02306020b27a69a6f5f9eaa0926c87da0636a018.tar.gz
fix test
-rw-r--r--tests/modules/treorder.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/treorder.nim b/tests/modules/treorder.nim
index 8715e4548..c81715cd8 100644
--- a/tests/modules/treorder.nim
+++ b/tests/modules/treorder.nim
@@ -6,8 +6,7 @@ defined
 3'''
 """
 
-{.reorder: on.}
-{.experimental.}
+{.experimental: "codeReordering".}
 
 proc bar(x: T)