summaryrefslogtreecommitdiff
path: root/test/Modules
diff options
context:
space:
mode:
authorJennifer Yu <jennifer.yu@intel.com>2019-04-25 17:45:45 +0000
committerJennifer Yu <jennifer.yu@intel.com>2019-04-25 17:45:45 +0000
commit59463dbce1aba014537989dc283473f863dd1548 (patch)
tree1f7618fcd2e1506d119abbf76f01e87dcfc80a7a /test/Modules
parent95b64a39967af2818c21254a8e1992a0e0e07c47 (diff)
downloadclang-59463dbce1aba014537989dc283473f863dd1548.tar.gz
Fix bug 37903:MS ABI: handle inline static data member and inline variable as template static data member
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r--test/Modules/initializers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Modules/initializers.cpp b/test/Modules/initializers.cpp
index bba016c237..68eb952c2e 100644
--- a/test/Modules/initializers.cpp
+++ b/test/Modules/initializers.cpp
@@ -235,7 +235,6 @@ inline void use(bool b, ...) {
// CHECK-IMPORT: define {{.*}} @[[TU_INIT]]()
// CHECK-IMPORT: call void @[[A_INIT]]()
-// CHECK-IMPORT: call void @[[B_INIT]]()
// CHECK-IMPORT: define {{.*}} @__tls_init()
// CHECK-IMPORT: call void @[[C_INIT]]()