summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
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]