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