[llvm] e07dab8 - Fix typo in wasm objcopy's only-keep-debug.test
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 15:52:46 PDT 2022
Author: Derek Schuff
Date: 2022-06-06T15:51:18-07:00
New Revision: e07dab8a4501fcf3909e71eeabfe7fa48cf738d7
URL: https://github.com/llvm/llvm-project/commit/e07dab8a4501fcf3909e71eeabfe7fa48cf738d7
DIFF: https://github.com/llvm/llvm-project/commit/e07dab8a4501fcf3909e71eeabfe7fa48cf738d7.diff
LOG: Fix typo in wasm objcopy's only-keep-debug.test
Lefover from review for https://reviews.llvm.org/D126509#inline-1218795
Added:
Modified:
llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test b/llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test
index 6f811371e9623..88840712767a4 100644
--- a/llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test
+++ b/llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test
@@ -14,7 +14,7 @@
# RUN: obj2yaml %t | FileCheck --implicit-check-not=Name --check-prefix=CHECK --check-prefix=KEEPTYPE %s
# CHECK: Sections:
-# KEEPTYPE: Type: TYPE
+# KEEPTYPE: - Type: TYPE
# CHECK: - Type: CUSTOM
# CHECK-NEXT: Name: .debug_info
# CHECK: - Type: CUSTOM
More information about the llvm-commits
mailing list