diff options
-rw-r--r-- | test/lit/wasm-split/instrument-memory64.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/wasm-split/instrument-memory64.wast b/test/lit/wasm-split/instrument-memory64.wast index ec737b95f..ff2a56cad 100644 --- a/test/lit/wasm-split/instrument-memory64.wast +++ b/test/lit/wasm-split/instrument-memory64.wast @@ -1,6 +1,6 @@ -;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. - ;; Check that the instrumentation is correct when the output memory is 64-bit. +;; This test output cannot be auto-generated because it includes a hash of this +;; file. ;; RUN: wasm-split %s -all --instrument -S -o - | filecheck %s |