[cfe-commits] r86551 - /cfe/trunk/test/Index/code-completion.cpp

Douglas Gregor dgregor at apple.com
Mon Nov 9 08:06:30 PST 2009


Author: dgregor
Date: Mon Nov  9 10:06:30 2009
New Revision: 86551

URL: http://llvm.org/viewvc/llvm-project?rev=86551&view=rev
Log:
Verify that code-completion is at least a little bit robust against inclusion of missing headers

Modified:
    cfe/trunk/test/Index/code-completion.cpp

Modified: cfe/trunk/test/Index/code-completion.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/code-completion.cpp?rev=86551&r1=86550&r2=86551&view=diff

==============================================================================
--- cfe/trunk/test/Index/code-completion.cpp (original)
+++ cfe/trunk/test/Index/code-completion.cpp Mon Nov  9 10:06:30 2009
@@ -1,5 +1,5 @@
 // Code-completion through the C interface
-
+#include "nonexistent_header.h"
 struct X {
   int member;
 };





More information about the cfe-commits mailing list