diff options
Diffstat (limited to 'clang/test/Preprocessor/pic.c')
-rw-r--r-- | clang/test/Preprocessor/pic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/pic.c b/clang/test/Preprocessor/pic.c index 72cf1b13521..b8068faac8c 100644 --- a/clang/test/Preprocessor/pic.c +++ b/clang/test/Preprocessor/pic.c @@ -7,4 +7,3 @@ // RUN: clang -ccc-host-triple i386-unknown-unknown -fPIC -dM -E -o %t %s // RUN: grep '#define __PIC__ 2' %t | count 1 // RUN: grep '#define __pic__ 2' %t | count 1 -// RUN: true |