fix test
[m6w6/ext-psi] / tests / stdio / printf001.phpt
index cd1527d47378f7156cb61fc8bcee7ad2c042ced5..a623fce7c48c7f2f69219bd4c97e045e682d596e 100644 (file)
@@ -12,6 +12,7 @@ psi.directory={PWD}/../../psi.d:{PWD}
 ===TEST===
 <?php
 psi\printf("%.*s %ld %f\n", 5, "hello world", 123456789, .987654321);
+flush();
 ?>
 ===DONE===
 --EXPECT--