summary refs log tree commit diff stats
path: root/tests/arc/tcontrolflow.nim
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2020-07-14 14:15:39 +0200
committerGitHub <noreply@github.com>2020-07-14 14:15:39 +0200
commit2b0e336c971401d06797240686722ce669d902b9 (patch)
tree51ce03a1310b5477a16a20f8234621ffa5d5d51f /tests/arc/tcontrolflow.nim
parentf999f916f31946be3cf8abc485fc07e0d89de9ae (diff)
downloadNim-2b0e336c971401d06797240686722ce669d902b9.tar.gz
injectdestructors fixes and refactor (#14964)
* injectdestructors fixes and refactor

* Tiny cleanup

* Refactor and expand testcase

* Closes #14902 by adding testcase

* Better naming

* Fix test failures

* Misc cleanup

* Add testcase for #14968

* Better approach; expand testcases

* Optimizations and fixes

* Add testcase

* typo

* Tiny cleanup
Diffstat (limited to 'tests/arc/tcontrolflow.nim')
-rw-r--r--tests/arc/tcontrolflow.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arc/tcontrolflow.nim b/tests/arc/tcontrolflow.nim
index 41f614cb2..80cc2b187 100644
--- a/tests/arc/tcontrolflow.nim
+++ b/tests/arc/tcontrolflow.nim
@@ -1,12 +1,12 @@
 discard """
   output: '''begin A
 elif
-destroyed
 end A
+destroyed
 begin false
 if
-destroyed
 end false
+destroyed
 begin true
 if
 end true