Remove "REQUIRES: long_tests" from test/Driver/response-file.c since it is now about 10x faster. (We can add that back if it's still too slow for some buildbot.)
llvm-svn: 300136
A = *it;
assert(A->getOption().getID() == options::OPT_static &&
"missing expected -static argument");
- it = DAL->getArgs().erase(it);
+ *it = nullptr;
+ ++it;
}
}
-// REQUIRES: long_tests
-
// 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