diff options
author | alon@honor <none@none> | 2010-10-02 13:46:14 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-02 13:46:14 -0700 |
commit | 6dcf85c6b014dbc6fc32de186a16b651fcc29b92 (patch) | |
tree | 990f76d3d1f3d788515378fa75248ba91f263727 /tests/runner.py | |
parent | 51d1c32a775cbb4ac578911fe1ae03b064a792bd (diff) |
dlmalloc test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index cdbaf43d..0a48ede7 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -809,9 +809,9 @@ class T(unittest.TestCase): output = open(path_from_root(['tests', 'raytrace.ppm']), 'r').read() self.do_test(src, output, ['1']) - def zzztest_dlmalloc(self): + def test_dlmalloc(self): src = open(path_from_root(['tests', 'dlmalloc.c']), 'r').read() - self.do_test(src, 'malloced', ['1']) + self.do_test(src, '*1,0*') def test_fasta(self): results = [ (1,'''GG*ctt**tgagc*'''), (20,'''GGCCGGGCGCGGTGGCTCACGCCTGTAATCCCAGCACTTT*cttBtatcatatgctaKggNcataaaSatgtaaaDcDRtBggDtctttataattcBgtcg**tacgtgtagcctagtgtttgtgttgcgttatagtctatttgtggacacagtatggtcaaa**tgacgtcttttgatctgacggcgttaacaaagatactctg*'''), |