aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-25 14:22:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-25 14:22:22 -0700
commit72fdbfde418c3496ffe810fbb0fb5f48adcf2a0f (patch)
treed2e7f0dc2c12458a97e877c4dfc122b5fae46b7e /tests
parent0d423cd35b930cbc70806e90a4583ad70d552a11 (diff)
fix dirent.h and folders test
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py
index c86997d6..a09008df 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -140,9 +140,6 @@ class RunnerCore(unittest.TestCase):
# the additional files were copied; alter additional_files to point to their full paths now
additional_files = map(lambda f: os.path.join(dirname, f), additional_files)
- # Copy Emscripten C++ API
- shutil.copy(path_from_root('src', 'include', 'emscripten.h'), dirname)
-
# C++ => LLVM binary
os.chdir(dirname)
cwd = os.getcwd()