summaryrefslogtreecommitdiff
path: root/test/lit/wasm-split
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-10-18 01:52:00 +0200
committerGitHub <noreply@github.com>2023-10-17 23:52:00 +0000
commit1be114f36d6a4d48dec69a070de0d66a729918e6 (patch)
tree79cc88875a838645310594a4893ae44b7c016c81 /test/lit/wasm-split
parent1d73da109190ceaa29659f4986c8db81d2592d16 (diff)
downloadbinaryen-1be114f36d6a4d48dec69a070de0d66a729918e6.tar.gz
binaryen-1be114f36d6a4d48dec69a070de0d66a729918e6.tar.bz2
binaryen-1be114f36d6a4d48dec69a070de0d66a729918e6.zip
Remove autogeneration of instrument-memory64.wast (#6021)
This test file cannot be auto-generated because its output contains a hash of its input, but the comment enabling that auto updater was accidentally left in during development. Remove the comment.
Diffstat (limited to 'test/lit/wasm-split')
-rw-r--r--test/lit/wasm-split/instrument-memory64.wast4
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