detect appveyor problem

This commit is contained in:
v-kaywon 2017-10-17 14:50:33 -07:00
parent a195e85049
commit acee5c4686

View file

@ -102,12 +102,9 @@ function Repro()
if ($failed)
FatalError("Possible Regression: Could not insert NULL");
EndTest($testName);
}
Repro();
?>
--EXPECT--
Test "PDO - Insert Nulls" completed successfully.