forked from OSchip/llvm-project
Fix testcase to actually check what it was supposed to, and make it a bit more robust.
llvm-svn: 201591
This commit is contained in:
parent
b762de1662
commit
dcfbea1e32
|
@ -13,9 +13,8 @@ int c = 5;
|
||||||
// CHECK-NOT: @_ZN3foo1dE
|
// CHECK-NOT: @_ZN3foo1dE
|
||||||
extern "C" struct d;
|
extern "C" struct d;
|
||||||
|
|
||||||
// CHECK-NOT: @e = global
|
// CHECK-NOT: should_not_appear
|
||||||
// CHECK-NOT: @_ZN3foo1eE = global
|
extern "C++" int should_not_appear;
|
||||||
extern "C++" int a2;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue