summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/ARM/section.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/ARM/section.ll')
-rw-r--r--llvm/test/Regression/CodeGen/ARM/section.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/ARM/section.ll b/llvm/test/Regression/CodeGen/ARM/section.ll
index 469b935fa1c..e345da1e953 100644
--- a/llvm/test/Regression/CodeGen/ARM/section.ll
+++ b/llvm/test/Regression/CodeGen/ARM/section.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__.s:" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
; RUN: grep '.section .dtors,"aw",.progbits'
OpenPOWER on IntegriCloud