Updated Jamfiles and tests so that they actually work now!

[SVN r11985]
This commit is contained in:
John Maddock
2001-12-09 12:50:46 +00:00
parent edbc68df6c
commit 63130c1ef5
7 changed files with 39 additions and 5 deletions

View File

@ -60,5 +60,7 @@ int main()
}
assert(matches[0].rm_so == matches[0].rm_eo == 1);
regfree(&re);
printf("no errors found\n");
return 0;
}