From: Krasimir Georgiev Date: Fri, 20 Jan 2017 11:06:58 +0000 (+0000) Subject: Remove 'RUN: false' from Driver/response-file.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1629014b3c7b7c0fee6257392f9f7904517110eb;p=clang Remove 'RUN: false' from Driver/response-file.c Summary: It seems that rL292518 introduced a RUN: false, but the continuation rL292545 forgot to remove it back. This has flown under the radar, because it's a long test and doesn't get executed by default during sanity testing. To test: $ cd llvm_build $ ./bin/llvm-lit --param run_long_tests=true tools/clang/test/Driver/response-file.c @rsmith: have a look if this change is OK please. Reviewers: bkramer Reviewed By: bkramer Subscribers: cfe-commits, rsmith Differential Revision: https://reviews.llvm.org/D28941 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292600 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/response-file.c b/test/Driver/response-file.c index 12bc91f425..bd336309ad 100644 --- a/test/Driver/response-file.c +++ b/test/Driver/response-file.c @@ -1,7 +1,5 @@ // REQUIRES: long_tests -// RUN: false - // Check that clang is able to process short response files // Since this is a short response file, clang must not use a response file // to pass its parameters to other tools. This is only necessary for a large