commit | 2476759673e51c897fc928e2a8af226898859509 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat May 17 04:32:38 2014 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat May 17 04:32:38 2014 +0000 |
tree | e348de1b9311a309dff695f515f7733cb81c4d64 | |
parent | 46fed305db66aaeecfb9dd5accb2cb01111ce6df [diff] [blame] |
test: fix copy-paste mistake Accidental over-quoting of the match string. llvm-svn: 209058
diff --git a/llvm/test/CodeGen/ARM/Windows/read-only-data.ll b/llvm/test/CodeGen/ARM/Windows/read-only-data.ll index 965018d..0ccb5ed 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 @@ ret void } -; CHECK: .section ".rdata","rd" +; CHECK: .section .rdata,"rd" ; CHECK-NOT: .section ".rodata.str1.1"