diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-05-17 04:32:38 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-05-17 04:32:38 +0000 |
| commit | 2476759673e51c897fc928e2a8af226898859509 (patch) | |
| tree | e348de1b9311a309dff695f515f7733cb81c4d64 /llvm/test | |
| parent | 46fed305db66aaeecfb9dd5accb2cb01111ce6df (diff) | |
| download | bcm5719-llvm-2476759673e51c897fc928e2a8af226898859509.tar.gz bcm5719-llvm-2476759673e51c897fc928e2a8af226898859509.zip | |
test: fix copy-paste mistake
Accidental over-quoting of the match string.
llvm-svn: 209058
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/ARM/Windows/read-only-data.ll | 2 |
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" |

