test: fix copy-paste mistake
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 17 May 2014 04:32:38 +0000 (04:32 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 17 May 2014 04:32:38 +0000 (04:32 +0000)
Accidental over-quoting of the match string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209058 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/Windows/read-only-data.ll

index 965018df8fd9c6b1aac9babd112242ccc6308287..0ccb5ededff2765972c92966daa35bc7d7b1a68c 100644 (file)
@@ -10,6 +10,6 @@ entry:
   ret void
 }
 
-; CHECK: .section ".rdata","rd"
+; CHECK: .section .rdata,"rd"
 ; CHECK-NOT: .section ".rodata.str1.1"