diff options
author | max99x <max99x@gmail.com> | 2011-07-20 01:19:59 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-20 04:39:44 +0300 |
commit | 08a7f5d20fb3d9c8089e482de03d3c22440e4151 (patch) | |
tree | c623b8af362d135eb6acfadf182694d0b33bc82d /tests | |
parent | cc08f5f3f1c06ef3e1e32111d9ad7043e633f186 (diff) |
Fixed various metadata parsing error and activated -g by default in settings and emmaken.
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 ff90e63b..27c19867 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2736,7 +2736,7 @@ if 'benchmark' not in 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:34,10\nAD:43,7008\nAD:53,7018\n') + 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 = ''' |