diff options
-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') |