diff options
author | alon@honor <none@none> | 2010-09-08 19:55:07 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-08 19:55:07 -0700 |
commit | 01e51b24e90c2e6f1917ebf57ca60b1157d0556a (patch) | |
tree | c56076e7bc7d1ad8c0e5507e04e5b86a8f9c1f41 /tests | |
parent | c66d47daeb3401e37ac79480b7dbe925b62721b7 (diff) |
support for getelementptr inside loads, fixes a test
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 { |