commit | c0f253359f11c087a3ffc92b46755c6c96f57899 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue Aug 25 12:23:43 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Tue Aug 25 12:23:43 2009 -0700 |
tree | f85235c7b1e646b2a609f3d798356d53e8d11f02 | |
parent | 0f400c59b815c94cd925a843e8529240e6ca7535 [diff] [blame] |
Make pointer casting work.
diff --git a/libacc/tests/test.py b/libacc/tests/test.py index 0d408cc..b8caee0 100644 --- a/libacc/tests/test.py +++ b/libacc/tests/test.py
@@ -458,6 +458,12 @@ result: 4 ""","""""") + def testB2071670(self): + self.compileCheck(["-R", "data/b2071670.c"], """Executing compiled code: +result: 1092616192 +""","""""") + + def main(): checkEnvironment() parseArgv()