Remove bogus return statement in test code

This commit is contained in:
Daniel P. Berrange
2008-07-07 10:36:30 +00:00
parent 0caf27a2b0
commit d1b5773ec1
2 changed files with 5 additions and 3 deletions

View File

@@ -249,9 +249,6 @@ int virtTestDifference(FILE *stream,
const char *actualStart = actual;
const char *actualEnd = actual + (strlen(actual)-1);
if (testOOM < 2)
return 0;
if (!testDebug)
return 0;