From 332efd044b4ef0c60d2bd7fa8eea44c245e75671 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 27 Jan 2023 09:37:27 -0800 Subject: Fix auto-updating of a test (#5462) The test now has a CHECK-NOT, so we can't auto-update it - the auto-updater removes that line. --- test/lit/passes/O1_skip.wast | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/lit/passes/O1_skip.wast b/test/lit/passes/O1_skip.wast index ebbf9df4a..c22242aa6 100644 --- a/test/lit/passes/O1_skip.wast +++ b/test/lit/passes/O1_skip.wast @@ -1,6 +1,3 @@ -;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. -;; NOTE: This test was ported using port_passes_tests_to_lit.py and could be cleaned up. - ;; RUN: foreach %s %t wasm-opt -O2 --coalesce-locals --skip-pass=coalesce-locals -S -o - 2>&1 | filecheck %s ;; We should skip coalese-locals even though it is run in -O2 and also we ask to -- cgit v1.2.3