Merge branch '0.9.2' into noise

This commit is contained in:
Christophe Riccio
2011-05-05 12:40:36 +01:00
7 changed files with 205 additions and 137 deletions

View File

@@ -129,7 +129,7 @@ namespace bitRevert
int main()
{
bool Error = 0;
int Error = 0;
Error += ::extractField::test();
Error += ::bitRevert::test();
return Error;