aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-30 13:55:01 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-30 13:55:01 -0700
commitaf8c0ef4156eedfb1cf0c1ae7f76e3f1580927a6 (patch)
treef98dead22dd98f892fee9a506a1955a7500c367b
parentb01d44eb552e77f3a4ff3a0a7cfd19de5082e72c (diff)
fix sanity.test_emcc_caching (we now have a cache dir earlier on)
-rw-r--r--tests/test_sanity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_sanity.py b/tests/test_sanity.py
index 6fdf5ddd..aa3f1242 100644
--- a/tests/test_sanity.py
+++ b/tests/test_sanity.py
@@ -342,7 +342,6 @@ fi
assert INCLUDING_MESSAGE.replace('X', 'libc') not in output
assert BUILDING_MESSAGE.replace('X', 'libc') not in output
self.assertContained('hello, world!', run_js('a.out.js'))
- assert not os.path.exists(EMCC_CACHE)
try_delete('a.out.js')
basebc_name = os.path.join(TEMP_DIR, 'emscripten_temp', 'emcc-0-basebc.bc')