summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/linetable-fnbegin.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-21 22:58:28 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-21 22:58:28 +0000
commit94329054c36e2204dcef809dbdccfd0670e84a48 (patch)
treec4f300bc95aa356f0447574be6814bb5561e2b04 /test/CodeGenCXX/linetable-fnbegin.cpp
parente706ba02715a69c60c70a260728a93fe7c442635 (diff)
relax testcase to unbreak windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/linetable-fnbegin.cpp')
-rw-r--r--test/CodeGenCXX/linetable-fnbegin.cpp2
1 files changed, 1 insertions, 1 deletions
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<T>::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",