diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-08-24 18:27:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-08-24 18:27:59 -0700 |
commit | 59bec26c032f31f07458d141f064c075e339484b (patch) | |
tree | 873bdf897c4bc0969e51f46a49ee2b2a261ac782 /tests/runner.py | |
parent | a2ec0b906f91e5adcf3e6c7488a7d53e24bf1448 (diff) |
fix bug with not signing/unsigning pointer types
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 17403146..39cab477 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2739,6 +2739,7 @@ if 'benchmark' not in sys.argv: src = open(path_from_root('tests', 'dlmalloc.c'), 'r').read() self.do_test(src, '*1,0*', ['200', '1']) + self.do_test(src, '*400,0*', ['400', '400'], no_build=True) def zzztest_gl(self): # Switch to gcc from g++ - we don't compile properly otherwise (why?) |