]> granicus.if.org Git - clang/commitdiff
[modules] Don't suggest deleting the module cache on an error if there is no module...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 11 Aug 2015 00:32:42 +0000 (00:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 11 Aug 2015 00:32:42 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244547 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/explicit-build-missing-files.cpp

index 3c8d43460f4e3f1769723bc823945313b1fc8054..b556da9f54fb5eec5169ce235b7bcb4895c7aa7e 100644 (file)
@@ -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