[test-suite] r337216 - Fixed test to conform to FileCceck change in r336830.
Sunil Srivastava via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 14:22:51 PDT 2018
Author: ssrivastava
Date: Mon Jul 16 14:22:51 2018
New Revision: 337216
URL: http://llvm.org/viewvc/llvm-project?rev=337216&view=rev
Log:
Fixed test to conform to FileCceck change in r336830.
Modified:
test-suite/trunk/ABI-Testsuite/test/mangling/c++11s.xpp
Modified: test-suite/trunk/ABI-Testsuite/test/mangling/c++11s.xpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/ABI-Testsuite/test/mangling/c%2B%2B11s.xpp?rev=337216&r1=337215&r2=337216&view=diff
==============================================================================
--- test-suite/trunk/ABI-Testsuite/test/mangling/c++11s.xpp (original)
+++ test-suite/trunk/ABI-Testsuite/test/mangling/c++11s.xpp Mon Jul 16 14:22:51 2018
@@ -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
More information about the llvm-commits
mailing list