[clang-tools-extra] r245926 - Tests no longer need the 'REQUIRES: SHELL' line.
Angel Garcia Gomez via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 25 01:39:34 PDT 2015
Author: angelgarcia
Date: Tue Aug 25 03:39:34 2015
New Revision: 245926
URL: http://llvm.org/viewvc/llvm-project?rev=245926&view=rev
Log:
Tests no longer need the 'REQUIRES: SHELL' line.
Summary: Update python script, so that it doesn't print that line in new tests.
Reviewers: alexfh
Subscribers: klimek, cfe-commits
Differential Revision: http://reviews.llvm.org/D12281
Modified:
clang-tools-extra/trunk/clang-tidy/add_new_check.py
Modified: clang-tools-extra/trunk/clang-tidy/add_new_check.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/add_new_check.py?rev=245926&r1=245925&r2=245926&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/add_new_check.py (original)
+++ clang-tools-extra/trunk/clang-tidy/add_new_check.py Tue Aug 25 03:39:34 2015
@@ -184,7 +184,6 @@ def write_test(module_path, module, chec
with open(filename, 'w') as f:
f.write(
"""// RUN: %%python %%S/check_clang_tidy.py %%s %(check_name_dashes)s %%t
-// REQUIRES: shell
// FIXME: Add something that triggers the check here.
void f();
More information about the cfe-commits
mailing list