diff options
Diffstat (limited to 'test/wasm2c')
-rw-r--r-- | test/wasm2c/bad-enable-feature.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/bad-enable-feature.txt b/test/wasm2c/bad-enable-feature.txt index 7139aeaa..376138a3 100644 --- a/test/wasm2c/bad-enable-feature.txt +++ b/test/wasm2c/bad-enable-feature.txt @@ -1,5 +1,5 @@ ;;; RUN: %(wasm2c)s -;;; ARGS: --enable-simd %(in_file)s +;;; ARGS: --enable-exceptions %(in_file)s ;;; ERROR: 1 (;; STDERR ;;; wasm2c currently support only default feature flags. |