diff options
Diffstat (limited to 'test/Driver/ccc-as-cpp.c')
-rw-r--r-- | test/Driver/ccc-as-cpp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Driver/ccc-as-cpp.c b/test/Driver/ccc-as-cpp.c index feead51..6c00433 100644 --- a/test/Driver/ccc-as-cpp.c +++ b/test/Driver/ccc-as-cpp.c @@ -1,6 +1,3 @@ -// REQUIRES: shell -// RUN: ln -sf %clang %T/clang-cpp - // PR13529: Don't crash. -// RUN: %T/clang-cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s +// RUN: %clang_cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s // CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode |