Fixed tests to provide relevant output for CTest
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
int Failed = 0;
|
||||
int Error = -1;
|
||||
|
||||
return Failed;
|
||||
return Error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user