diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index 580f29ab..dbf30239 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10610,8 +10610,6 @@ f.close() assert not os.path.exists('a.out') and not os.path.exists('a.exe'), 'Must not leave unneeded linker stubs' def test_static_link(self): - print - def test(name, header, main, side, expected, first=True): print name #t = main ; main = side ; side = t @@ -10685,8 +10683,6 @@ f.close() static Class c("side"); ''', ['new main\nnew side\n', 'new side\nnew main\n']) - return # TODO the rest - # Class code used across modules test('codecall', r''' #include <stdio.h> |