[Test] Remove mangled name from test.

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
This commit is contained in:
Matt Davis 2018-02-15 17:55:52 +00:00
parent 8f33583994
commit 47cdbb302c
1 changed files with 0 additions and 1 deletions

View 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]+]]