diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 21:28:08 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 21:28:08 -0800 |
commit | 78eb66d1caac24d424327ad4cc6920da8e6dd137 (patch) | |
tree | 1e524c499094449c0af4a15b0a657ea10bb276c0 | |
parent | 2fac0cb8e1ac336ed2e5ded630a7d2f710bc6a66 (diff) |
fix test_dlfcn_varargs
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 61ea0f44..1f3a8d40 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2677,7 +2677,7 @@ def process(filename): def process(filename): src = open(filename, 'r').read().replace( '// {{PRE_RUN_ADDITIONS}}', - "FS.createLazyFile('/', 'liblib.so', 'liblib.so', true, false);"g + "FS.createLazyFile('/', 'liblib.so', 'liblib.so', true, false);" ) open(filename, 'w').write(src) ''' |