mirror of https://github.com/microsoft/clang.git
[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:
parent
8f33583994
commit
47cdbb302c
|
@ -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]+]]
|
||||
|
|
Loading…
Reference in New Issue