]> granicus.if.org Git - clang/commitdiff
[Test] Remove mangled name from test.
authorMatt Davis <Matthew.Davis@sony.com>
Thu, 15 Feb 2018 17:55:52 +0000 (17:55 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Thu, 15 Feb 2018 17:55:52 +0000 (17:55 +0000)
This line is not needed in the test, and breaks Windows testing.
Fixes the test added in r325175.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325271 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-range-for-var-names.cpp

index 34f3b251c8d9930b8dc4b1415f9aee61b16578a6..6cd70fe0820dcb65ec836d47e4d82027cf499ddd 100644 (file)
@@ -15,7 +15,6 @@ void test() {
       }
 }
 
-// CHECK: define void @_Z4testv()
 // CHECK: call void @llvm.dbg.declare(metadata %struct.vec** {{.*}}, metadata ![[RANGE1:[0-9]+]]
 // CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[BEGIN1:[0-9]+]]
 // CHECK: call void @llvm.dbg.declare(metadata i32** {{.*}}, metadata ![[END1:[0-9]+]]