summaryrefslogtreecommitdiff
path: root/test/gen-wasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-xtest/gen-wasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py
index b843dbd6..e0201e0c 100755
--- a/test/gen-wasm.py
+++ b/test/gen-wasm.py
@@ -256,7 +256,7 @@ t_RBRACKET = r'\]'
t_ignore = ' \t'
def t_COMMENT(t):
- r'\#.*'
+ r';;.*'
pass
def t_INT(t):