summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-05-17 04:32:38 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-05-17 04:32:38 +0000
commit2476759673e51c897fc928e2a8af226898859509 (patch)
treee348de1b9311a309dff695f515f7733cb81c4d64
parent46fed305db66aaeecfb9dd5accb2cb01111ce6df (diff)
downloadbcm5719-llvm-2476759673e51c897fc928e2a8af226898859509.tar.gz
bcm5719-llvm-2476759673e51c897fc928e2a8af226898859509.zip
test: fix copy-paste mistake
Accidental over-quoting of the match string. llvm-svn: 209058
-rw-r--r--llvm/test/CodeGen/ARM/Windows/read-only-data.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/read-only-data.ll b/llvm/test/CodeGen/ARM/Windows/read-only-data.ll
index 965018df8fd..0ccb5ededff 100644
--- a/llvm/test/CodeGen/ARM/Windows/read-only-data.ll
+++ b/llvm/test/CodeGen/ARM/Windows/read-only-data.ll
@@ -10,6 +10,6 @@ entry:
ret void
}
-; CHECK: .section ".rdata","rd"
+; CHECK: .section .rdata,"rd"
; CHECK-NOT: .section ".rodata.str1.1"
OpenPOWER on IntegriCloud