diff options
Diffstat (limited to 'clang/test/Modules/outofdate-rebuild.m')
-rw-r--r-- | clang/test/Modules/outofdate-rebuild.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/outofdate-rebuild.m b/clang/test/Modules/outofdate-rebuild.m index 510325f62dc..b18c94c54bd 100644 --- a/clang/test/Modules/outofdate-rebuild.m +++ b/clang/test/Modules/outofdate-rebuild.m @@ -11,5 +11,5 @@ // RUN: -fsyntax-only // This testcase reproduces a use-after-free in when ModuleManager removes an -// entry from the PCMCache without notifying its parent ASTReader. +// entry from the ModuleCache without notifying its parent ASTReader. @import Cocoa; |