]> granicus.if.org Git - clang/commitdiff
Remove 'RUN: false' from Driver/response-file.c
authorKrasimir Georgiev <krasimir@google.com>
Fri, 20 Jan 2017 11:06:58 +0000 (11:06 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Fri, 20 Jan 2017 11:06:58 +0000 (11:06 +0000)
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

test/Driver/response-file.c

index 12bc91f425ded2023810e4b6723b6ee33cd3942a..bd336309adf8e611271a2699cdaeb410fd907d64 100644 (file)
@@ -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