Updated test notice

This commit is contained in:
Christophe Riccio
2012-04-07 17:18:04 +01:00
parent 148e829e5b
commit 417692e83c
5 changed files with 34 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
int main()
{
int Failed = 0;
int Error = 0;
return Failed;
return Error;
}