aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 8c7a6f90..429933d9 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10803,8 +10803,6 @@ f.close()
std::string side() { return "and hello from side"; }
''', ['hello from main and hello from side\n'])
- return # TODO
-
# test a simple call from one module to another. only one has a string (and constant memory initialization for it)
test('zlib', '', open(path_from_root('tests', 'zlib', 'example.c'), 'r').read(),
self.get_library('zlib', os.path.join('libz.a'), make_args=['libz.a']),