Fix typo in wasm objcopy's only-keep-debug.test
Lefover from review for https://reviews.llvm.org/D126509#inline-1218795
This commit is contained in:
parent
6dce56b2a3
commit
e07dab8a45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue