diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-19 21:06:44 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-19 21:06:44 -0800 |
commit | 66a83e111658d9057806355a45b7e3fbcae74bf4 (patch) | |
tree | f9b5d551d98678cc49390dd7ae4a38d31eae97c0 /tests/runner.py | |
parent | 5c6e9a38d1773c01e6017cbba970a69d93228614 (diff) |
make the autodebugger also note when we enter functions
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 de884d25..626c33fb 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4429,6 +4429,7 @@ def process(filename): # Compare to each other, and to expected output self.do_ll_run(path_from_root('tests', filename+'.o.ll.ll')) + assert open('stdout').read().startswith('AD:-1'), 'We must note when we enter functions' # Test using build_ll_hook src = ''' |