diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-30 13:55:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-30 13:55:01 -0700 |
commit | af8c0ef4156eedfb1cf0c1ae7f76e3f1580927a6 (patch) | |
tree | f98dead22dd98f892fee9a506a1955a7500c367b /tests/test_sanity.py | |
parent | b01d44eb552e77f3a4ff3a0a7cfd19de5082e72c (diff) |
fix sanity.test_emcc_caching (we now have a cache dir earlier on)
Diffstat (limited to 'tests/test_sanity.py')
-rw-r--r-- | tests/test_sanity.py | 1 |
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') |