aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-17 16:04:04 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-17 16:04:04 +0000
commita69fa5fdccfb7714fb13c1a8f9244122a7799497 (patch)
tree240db3eea50da3ce270b586cec58f6a64741e290
parentc48c916b8cebba954429715f15bd5b5e8e4d4574 (diff)
Remove this test. It is causing problems has has relatively little value
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98730 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Misc/changed-files.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Misc/changed-files.c b/test/Misc/changed-files.c
deleted file mode 100644
index deeb02a38a..0000000000
--- a/test/Misc/changed-files.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: touch %t.c
-// RUN: not %clang -E %t.c -o %t.c 2> %t.stderr
-// RUN: grep "modified" %t.stderr