diff options
Diffstat (limited to 'clang/test/Modules/crash-vfs-path-symlink-topheader.m')
-rw-r--r-- | clang/test/Modules/crash-vfs-path-symlink-topheader.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/crash-vfs-path-symlink-topheader.m b/clang/test/Modules/crash-vfs-path-symlink-topheader.m index 51a14c69c07..8e0c2d4c922 100644 --- a/clang/test/Modules/crash-vfs-path-symlink-topheader.m +++ b/clang/test/Modules/crash-vfs-path-symlink-topheader.m @@ -29,7 +29,7 @@ // CHECK-NEXT: note: diagnostic msg: {{.*}}.m // CHECK-NEXT: note: diagnostic msg: {{.*}}.cache -// CHECKSRC: @import cstd.stdio; +// CHECKSRC: #pragma clang module import cstd.stdio // CHECKSH: # Crash reproducer // CHECKSH-NEXT: # Driver args: "-fsyntax-only" |