diff options
author | awr <41453959+awr1@users.noreply.github.com> | 2018-09-04 18:25:54 -0500 |
---|---|---|
committer | awr <41453959+awr1@users.noreply.github.com> | 2018-09-04 18:25:54 -0500 |
commit | 02306020b27a69a6f5f9eaa0926c87da0636a018 (patch) | |
tree | a1e2374d7a42b9723d0ad38c27b17359bef68c97 | |
parent | c2b09a499c7b4fe255bb57ade50e2736f89aba2c (diff) | |
download | Nim-02306020b27a69a6f5f9eaa0926c87da0636a018.tar.gz |
fix test
-rw-r--r-- | tests/modules/treorder.nim | 3 |
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) |