diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-02 12:05:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-02 12:05:16 -0700 |
commit | f567a0bee4c6db7827291675271fd02e6842e529 (patch) | |
tree | 2fa43ff55c7d70a75623045a1441c3a32fab86cd | |
parent | a2e79dd30ff85c61ca39f15da03614dc3df7b48b (diff) |
remove hardcoded result from autodebug test (autogenerated is enough)
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 17ab204f..84eaddba 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3290,7 +3290,6 @@ if 'benchmark' not in str(sys.argv): # Compare to each other, and to expected output self.do_ll_test(path_from_root('tests', filename+'.o.ll.ll')) - self.do_ll_test(path_from_root('tests', filename+'.o.ll.ll'), 'AD:38,10\nAD:47,7008\nAD:57,7018\n') # Test using build_ll_hook src = ''' |