diff options
Diffstat (limited to 'clang/test/Modules/explicit-build-missing-files.cpp')
-rw-r--r-- | clang/test/Modules/explicit-build-missing-files.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/explicit-build-missing-files.cpp b/clang/test/Modules/explicit-build-missing-files.cpp index 3c8d434..b556da9 100644 --- a/clang/test/Modules/explicit-build-missing-files.cpp +++ b/clang/test/Modules/explicit-build-missing-files.cpp @@ -29,4 +29,5 @@ int y = b2<int>; // CHECK-NEXT: b.h:1:45: error: // MISSING-B: could not find file '{{.*}}b.h' +// MISSING-B-NOT: please delete the module cache #endif |