diff options
Diffstat (limited to 'clang/test/Modules/Inputs/macros_right.h')
| -rw-r--r-- | clang/test/Modules/Inputs/macros_right.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/macros_right.h b/clang/test/Modules/Inputs/macros_right.h index e16a64b50ad..445f579cf6d 100644 --- a/clang/test/Modules/Inputs/macros_right.h +++ b/clang/test/Modules/Inputs/macros_right.h @@ -1,4 +1,4 @@ -@__experimental_modules_import macros_top; +@import macros_top; #define RIGHT unsigned short |

