From 2476759673e51c897fc928e2a8af226898859509 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 17 May 2014 04:32:38 +0000 Subject: [PATCH] test: fix copy-paste mistake Accidental over-quoting of the match string. llvm-svn: 209058 --- llvm/test/CodeGen/ARM/Windows/read-only-data.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/ARM/Windows/read-only-data.ll b/llvm/test/CodeGen/ARM/Windows/read-only-data.ll index 965018df8fd9..0ccb5ededff2 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"