diff options
Diffstat (limited to 'clang/test/PCH/external-defs.h')
-rw-r--r-- | clang/test/PCH/external-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/external-defs.h b/clang/test/PCH/external-defs.h index 4ac9077d121..06c4601ccb3 100644 --- a/clang/test/PCH/external-defs.h +++ b/clang/test/PCH/external-defs.h @@ -4,7 +4,7 @@ int x; int x2; -// FIXME: check this, once we actually serialize it +// Definitions int y = 17; // Should not show up |