From: Adrian Prantl Date: Fri, 21 Mar 2014 22:58:28 +0000 (+0000) Subject: relax testcase to unbreak windows buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94329054c36e2204dcef809dbdccfd0670e84a48;p=clang relax testcase to unbreak windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/linetable-fnbegin.cpp b/test/CodeGenCXX/linetable-fnbegin.cpp index 8f8e4c9c78..392538913f 100644 --- a/test/CodeGenCXX/linetable-fnbegin.cpp +++ b/test/CodeGenCXX/linetable-fnbegin.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s // Test that the line table info for Foo::bar() is pointing to the // right header file. -// CHECK: define{{.*}} @_ZN3FooIiE3barEv +// CHECK: define{{.*}}bar // CHECK-NOT: define // CHECK: ret {{.*}}, !dbg ![[DBG:.*]] // CHECK: ![[HPP:.*]] = metadata !{metadata !"./template.hpp",