diff options
Diffstat (limited to 'tests')
-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 56a8699e..0f1228c4 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -478,7 +478,7 @@ class T(unittest.TestCase): ''' self.do_test(src, '*zzcheezzz*') - def zzzzzzzzzzzzzzztest_constglobalstructs(self): # TODO: make this work + def test_constglobalstructs(self): src = ''' #include <stdio.h> struct IUB { |