diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
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() |