Skip to content

Commit 54146cb

Browse files
committed
[debuginfo-tests] Update test for double-dash long-option.
1 parent 6ad6360 commit 54146cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debuginfo-tests/llgdb-tests/apple-accel.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// These sections are going to be retired in DWARF 5, so we hardcode
55
// the DWARF version in the tests.
66
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-2 -O0 -c -g -o %t-ex
7-
// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
7+
// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
88
// RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-4 -O0 -c -g -o %t-ex
9-
// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
9+
// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
1010

1111
// A function in a different section forces the compiler to create the
1212
// __debug_ranges section.

0 commit comments

Comments
 (0)