diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-22 16:11:26 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-22 16:11:26 -0800 |
commit | 4504594bdf832a24d19ae3a70019bb5242422e0e (patch) | |
tree | 30ddde8003e957257b3ed97ea9190b61f65d776d /check.py | |
parent | d504e759a6d343d321128d1f98be683f80ccda87 (diff) | |
download | binaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.tar.gz binaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.tar.bz2 binaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.zip |
fix case printing
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ for asm in tests: start, end = reported.split('-') start_line, start_col = map(int, start.split('.')) lines = open('temp.wast').read().split('\n') - print start_line, start_col print print '='*80 print lines[start_line-1] |