aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-07 13:47:48 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-07 13:47:48 -0800
commit2a394c21d674ace775882d5f351fc6297740bde9 (patch)
treeb1f7c10e409c40dbd141a94846d80b2b1f735d20
parent075f51beaf97b6d53bdd509470641335ab62596e (diff)
fix sanity test
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 9fbd3f77..d4150c6c 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10073,7 +10073,7 @@ fi
try_delete('a.out.js')
basebc_name = os.path.join(TEMP_DIR, 'emscripten_temp', 'emcc-0-basebc.bc')
- dcebc_name = os.path.join(TEMP_DIR, 'emscripten_temp', 'emcc-1-dce.bc')
+ dcebc_name = os.path.join(TEMP_DIR, 'emscripten_temp', 'emcc-1-linktime.bc')
# Building a file that *does* need dlmalloc *should* trigger cache generation, but only the first time
for filename, libname in [('hello_malloc.cpp', 'dlmalloc'), ('hello_libcxx.cpp', 'libcxx')]: