diff options
Diffstat (limited to 'test/validator/invalid_export.wast')
-rw-r--r-- | test/validator/invalid_export.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/validator/invalid_export.wast b/test/validator/invalid_export.wast index e10e22a39..76eecee32 100644 --- a/test/validator/invalid_export.wast +++ b/test/validator/invalid_export.wast @@ -1 +1 @@ -(module (func $export64 (result i64) (i64.const 1)) (export "a" $export64))
\ No newline at end of file +(module (func $export64 (result i64) (i64.const 1)) (export "a" (func $export64))) |