diff options
Diffstat (limited to 'test/Lexer/Inputs/preamble.txt')
-rw-r--r-- | test/Lexer/Inputs/preamble.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Lexer/Inputs/preamble.txt b/test/Lexer/Inputs/preamble.txt deleted file mode 100644 index c5f7288fa5..0000000000 --- a/test/Lexer/Inputs/preamble.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Preamble detection test: see below for comments and test commands. - -#include <blah> -#ifndef FOO -#else -#ifdef BAR -#elif WIBBLE -#endif -#pragma unknown -#endif - |