Duplicate tests that are run twice as both C and C++ tests to fix parallel make: keyword_rename

This commit is contained in:
William S Fulton 2016-02-21 13:23:53 +00:00
commit 78b113558f
5 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env python
import keyword_rename_c
keyword_rename_c._in(1)
keyword_rename_c._except(1)