diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-03-17 15:02:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 08:02:48 +0100 |
commit | fd4e3ae3e4564525f901f2517711a1243535d2a2 (patch) | |
tree | df5e43a9484f2e9ca11420533a65b56d66972557 /tests/modules | |
parent | b5ee81fd234c690f736a8f196a234c11a32e3910 (diff) | |
download | Nim-fd4e3ae3e4564525f901f2517711a1243535d2a2.tar.gz |
add a prepass for codeReordering (#21513)
* add a prepass for codeReordering * simplify * fixes
Diffstat (limited to 'tests/modules')
-rw-r--r-- | tests/modules/t8665.nim | 1 | ||||
-rw-r--r-- | tests/modules/treorder.nim | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/t8665.nim b/tests/modules/t8665.nim index 7cfdbdb00..74d31452f 100644 --- a/tests/modules/t8665.nim +++ b/tests/modules/t8665.nim @@ -1,5 +1,4 @@ discard """ - matrix: "--experimental:codeReordering" action: compile """ diff --git a/tests/modules/treorder.nim b/tests/modules/treorder.nim index 626d9684b..286b50e22 100644 --- a/tests/modules/treorder.nim +++ b/tests/modules/treorder.nim @@ -1,5 +1,5 @@ discard """ - matrix: "--experimental:codeReordering -d:testdef" + matrix: "-d:testdef" output: '''works 34 34 defined |