Fixed the test for aix_pthread

From-SVN: r35909
This commit is contained in:
Bruce Korb 2000-08-23 14:08:57 +00:00
parent f4306baa73
commit d0650b61d2
1 changed files with 2 additions and 1 deletions

View File

@ -585,7 +585,8 @@ fix = {
select = "(#define [A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
c_fix = format;
c_fix_arg = "%1 %2";
test_text = "#define PTHREAD_MUTEX_INITIALIZER\\\n{";
test_text = "#define PTHREAD_MUTEX_INITIALIZER\\\\\n"
"{...init stuff...}";
};