diff options
author | Araq <rumpf_a@web.de> | 2018-12-06 16:37:56 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:23 +0100 |
commit | 3b783f7e131c6b5be5057127985d8ccb699d6d06 (patch) | |
tree | 2d1b08daa8b7a42912fd415bdc0242ee512c9558 /tests/vm/tvmmisc.nim | |
parent | 8896770f8f9fa7057a11598b64160e7bce6a4266 (diff) | |
download | Nim-3b783f7e131c6b5be5057127985d8ccb699d6d06.tar.gz |
Testament: refactoring; makes the test joiner green
Diffstat (limited to 'tests/vm/tvmmisc.nim')
-rw-r--r-- | tests/vm/tvmmisc.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/vm/tvmmisc.nim b/tests/vm/tvmmisc.nim index 35deea224..bd3aa2fcd 100644 --- a/tests/vm/tvmmisc.nim +++ b/tests/vm/tvmmisc.nim @@ -70,8 +70,9 @@ block: # Tests for VM ops block: static: - # for joint test, the project path is different - assert "vm" in getProjectPath() or "Nim" in getProjectPath() + # for joint test, the project path is different, so I disabled it: + when false: + assert "vm" in getProjectPath() let b = getEnv("UNSETENVVAR") assert b == "" |