From 1be114f36d6a4d48dec69a070de0d66a729918e6 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 18 Oct 2023 01:52:00 +0200 Subject: 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. --- test/lit/wasm-split/instrument-memory64.wast | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lit/wasm-split') 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 -- cgit v1.2.3