summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-22 16:11:26 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-22 16:11:26 -0800
commit4504594bdf832a24d19ae3a70019bb5242422e0e (patch)
tree30ddde8003e957257b3ed97ea9190b61f65d776d /check.py
parentd504e759a6d343d321128d1f98be683f80ccda87 (diff)
downloadbinaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.tar.gz
binaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.tar.bz2
binaryen-4504594bdf832a24d19ae3a70019bb5242422e0e.zip
fix case printing
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/check.py b/check.py
index 235f64297..e7428eb3c 100755
--- a/check.py
+++ b/check.py
@@ -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]