aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>2018-07-16 21:22:51 +0000
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>2018-07-16 21:22:51 +0000
commit121047f033754e642217dd45b7d49d1947cff3ab (patch)
treecc17429f7dfee74a46847d282f69998c25e9cbb5
parent8e00869a6a62ead9035073ce89b56c08e5967b54 (diff)
Fixed test to conform to FileCceck change in r336830.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@337216 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xABI-Testsuite/test/mangling/c++11s.xpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ABI-Testsuite/test/mangling/c++11s.xpp b/ABI-Testsuite/test/mangling/c++11s.xpp
index 53896615..e1ce2526 100755
--- a/ABI-Testsuite/test/mangling/c++11s.xpp
+++ b/ABI-Testsuite/test/mangling/c++11s.xpp
@@ -1,11 +1,11 @@
// This file is distributed under the University of Illinois Open Source License.
// See LICENSE.TXT for details.
// RUN: cxx_compiler cxx_11 -c %s -o %t.o
-// RUN: bindump %t.o | FileCheck -allow-deprecated-dag-overlap prefixes %s
+// RUN: bindump %t.o | FileCheck prefixes %s
// References to declared entities
-// CHECK-DAG: _Z3fooc
+// CHECK-DAG: _Z3fooc{{$}}
void foo(char) {}
template <void (&)(char)> struct CB {};
// CHECK-DAG: _Z3bar2CBIL_Z3foocEE