Remove bad test.
authorSean Silva <chisophugis@gmail.com>
Thu, 30 Jul 2015 01:21:56 +0000 (01:21 +0000)
committerSean Silva <chisophugis@gmail.com>
Thu, 30 Jul 2015 01:21:56 +0000 (01:21 +0000)
commit00bd0a403419952b46ae2e679dc71f8d044f115c
tree5f5942dcdff368738fc3eaf061d84454c2621c3b
parentd99f2b3291d38d0e791926bd5fe16e0426cc7fd0
Remove bad test.

We currently don't canonicalize paths in the preprocessed files.
But we do when writing to PCH.
This causes a discrepancy on Windows with the test below.
This test fails even on unix if you change the test to use
`%S//preprocess.h`.

I am led to conclude that the invariant that this test was intending to
test has not been upheld for a while (and may never have been).

llvm-svn: 243602
clang/test/PCH/preprocess.c [deleted file]
clang/test/PCH/preprocess.h [deleted file]