Use @import rather than @__experimental_modules_import, since the
latter is rather a mess to type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169919 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Modules/header-import.m b/test/Modules/header-import.m
index 49549d0..60d2889 100644
--- a/test/Modules/header-import.m
+++ b/test/Modules/header-import.m
@@ -3,6 +3,6 @@
 // expected-no-diagnostics
 
 #import "point.h"
-@__experimental_modules_import Module;
+@import Module;
 #import "point.h"