forked from boostorg/regex
Updated Jamfiles and tests so that they actually work now!
[SVN r11985]
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user