diff options
Diffstat (limited to 'test/Modules/Inputs/category_left.h')
-rw-r--r-- | test/Modules/Inputs/category_left.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/category_left.h b/test/Modules/Inputs/category_left.h index 736fa43269080..05e2a1b96c525 100644 --- a/test/Modules/Inputs/category_left.h +++ b/test/Modules/Inputs/category_left.h @@ -1,4 +1,4 @@ -@__experimental_modules_import category_top; +@import category_top; @interface Foo(Left) -(void)left; |