aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/category_bottom.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/category_bottom.h')
-rw-r--r--test/Modules/Inputs/category_bottom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/Inputs/category_bottom.h b/test/Modules/Inputs/category_bottom.h
index b53d9c30d6..ab4c01c314 100644
--- a/test/Modules/Inputs/category_bottom.h
+++ b/test/Modules/Inputs/category_bottom.h
@@ -1,10 +1,10 @@
-@__experimental_modules_import category_left;
+@import category_left;
@interface Foo(Bottom)
-(void)bottom;
@end
-@__experimental_modules_import category_right;
+@import category_right;
@interface LeftFoo(Bottom)
-(void)bottom;