test: fix copy-paste mistake

Accidental over-quoting of the match string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2014-05-17 04:32:38 +00:00
parent 563fca4509
commit 3395f5fca8

View File

@ -10,6 +10,6 @@ entry:
ret void
}
; CHECK: .section ".rdata","rd"
; CHECK: .section .rdata,"rd"
; CHECK-NOT: .section ".rodata.str1.1"