From 3395f5fca86108cf5cadd2e5ca7aba4e7ce6d7f1 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. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/Windows/read-only-data.ll b/test/CodeGen/ARM/Windows/read-only-data.ll index 965018df8fd..0ccb5ededff 100644 --- a/test/CodeGen/ARM/Windows/read-only-data.ll +++ b/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"