diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
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']), |