Skip to content

Commit f9c6266

Browse files
one liner fix in test
1 parent 4a90c77 commit f9c6266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/global-variable-partition-with-dap.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target triple = "x86_64-unknown-linux-gnu"
99
; RUN: -data-sections=true -unique-section-names=false \
1010
; RUN: %s -o - 2>&1 | FileCheck %s --check-prefix=ERR
1111

12-
ERR: Global variable hot_bss already has a section prefix hot
12+
; ERR: Global variable hot_bss already has a section prefix hot
1313

1414
@hot_bss = internal global i32 0, !section_prefix !17
1515

0 commit comments

Comments
 (0)