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:
Richard Smith 2014-02-18 18:35:57 +00:00
parent b762de1662
commit dcfbea1e32
1 changed files with 2 additions and 3 deletions

View File

@ -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;
} }