diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2006-09-24 20:12:50 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2006-09-24 20:12:50 +0000 |
commit | 4b70772b2e9eb4f2b5afdcea2c49fbb32c28aff7 (patch) | |
tree | 49ec171ea4569b5c3e58289b48a7cfa25eaab7f1 | |
parent | c8bd30ddb32028f9e61eea0293ef5eca55093c76 (diff) | |
download | gcc-4b70772b2e9eb4f2b5afdcea2c49fbb32c28aff7.zip gcc-4b70772b2e9eb4f2b5afdcea2c49fbb32c28aff7.tar.gz gcc-4b70772b2e9eb4f2b5afdcea2c49fbb32c28aff7.tar.bz2 |
Clarify how tests are handled
From-SVN: r117185
-rw-r--r-- | fixincludes/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fixincludes/README b/fixincludes/README index d597913..c94986c 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF rules, except that the backslash is processed before '\\', '\'' and '#' characters (using C character syntax). + Each test must pass or the fix is not applied. For example, + all "select" expressions must be found and not one "bypass" + selection may be found. + Examples of test specifications: hackname = broken_assert_stdio; |