summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Executable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-07 21:18:02 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-07 21:18:02 (GMT)
commit16b9edd17b89209b4a71804e252bfd5613d224e5 (patch)
tree25a49589ce8666fc772a97a6daaa7ba3d6eabca5 /Tests/Complex/Executable
parent1170f1af79b9ad6357bcf1f1c6ba0e289f876702 (diff)
downloadCMake-16b9edd17b89209b4a71804e252bfd5613d224e5.zip
CMake-16b9edd17b89209b4a71804e252bfd5613d224e5.tar.gz
CMake-16b9edd17b89209b4a71804e252bfd5613d224e5.tar.bz2
ENH: Added partial test for include regular expressions.
Diffstat (limited to 'Tests/Complex/Executable')
-rw-r--r--Tests/Complex/Executable/complex.file.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/complex.file.cxx b/Tests/Complex/Executable/complex.file.cxx
index 34d02ea..e873fa6 100644
--- a/Tests/Complex/Executable/complex.file.cxx
+++ b/Tests/Complex/Executable/complex.file.cxx
@@ -1,3 +1,7 @@
+#if 0
+#include "cmMissingHeader.h"
+#endif
+
int main(int , char**)
{
return 0;