aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/submodules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/submodules.cpp')
-rw-r--r--test/Modules/submodules.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Modules/submodules.cpp b/test/Modules/submodules.cpp
index 9c62389eadc0..c3b2623016a8 100644
--- a/test/Modules/submodules.cpp
+++ b/test/Modules/submodules.cpp
@@ -26,11 +26,3 @@ hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map
@import std.hash_map;
hash_map<int, float> ints_to_floats2;
-
-@import import_self.b;
-extern MyTypeA import_self_test_a; // expected-error {{must be imported from module 'import_self.a'}}
-// expected-note@import-self-a.h:1 {{here}}
-extern MyTypeC import_self_test_c;
-// FIXME: This should be valid; import_self.b re-exports import_self.d.
-extern MyTypeD import_self_test_d; // expected-error {{must be imported from module 'import_self.d'}}
-// expected-note@import-self-d.h:1 {{here}}