forked from OSchip/llvm-project
test: fix copy-paste mistake
Accidental over-quoting of the match string. llvm-svn: 209058
This commit is contained in:
parent
46fed305db
commit
2476759673
|
@ -10,6 +10,6 @@ entry:
|
|||
ret void
|
||||
}
|
||||
|
||||
; CHECK: .section ".rdata","rd"
|
||||
; CHECK: .section .rdata,"rd"
|
||||
; CHECK-NOT: .section ".rodata.str1.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue