diff options
Diffstat (limited to 'test/lit/validation/shared-memory.wast')
-rw-r--r-- | test/lit/validation/shared-memory.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/validation/shared-memory.wast b/test/lit/validation/shared-memory.wast index 259e89b81..03128756c 100644 --- a/test/lit/validation/shared-memory.wast +++ b/test/lit/validation/shared-memory.wast @@ -3,7 +3,7 @@ ;; RUN: not wasm-opt %s 2>&1 | filecheck %s --check-prefix NO-ATOMICS ;; RUN: wasm-opt %s --enable-threads -o - -S | filecheck %s --check-prefix ATOMICS -;; NO-ATOMICS: memory is shared, but atomics are disabled +;; NO-ATOMICS: shared memory requires threads [--enable-threads] ;; ATOMICS: (memory $0 (shared 10 20)) (module |