From: Richard Smith Date: Tue, 11 Aug 2015 00:32:42 +0000 (+0000) Subject: [modules] Don't suggest deleting the module cache on an error if there is no module... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aeeb4d20f306b32f3bc6bc330bd2c191402a79b;p=clang [modules] Don't suggest deleting the module cache on an error if there is no module cache for this build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244547 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/explicit-build-missing-files.cpp b/test/Modules/explicit-build-missing-files.cpp index 3c8d43460f..b556da9f54 100644 --- a/test/Modules/explicit-build-missing-files.cpp +++ b/test/Modules/explicit-build-missing-files.cpp @@ -29,4 +29,5 @@ int y = b2; // CHECK-NEXT: b.h:1:45: error: // MISSING-B: could not find file '{{.*}}b.h' +// MISSING-B-NOT: please delete the module cache #endif