Skip to content

Commit a88bf91

Browse files
committed
Revert "move clean for windows debugging"
This reverts commit 72d8f90.
1 parent 543467e commit a88bf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/pg_fetch_object_with_abstract_class.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ try {
4646
echo $e::class, ': ', $e->getMessage(), PHP_EOL;
4747
}
4848

49-
$db = pg_connect($conn_str);
50-
pg_query($db, "DROP TABLE IF EXISTS pg_fetch_object_abstract_class cascade");
5149
?>
5250
--CLEAN--
5351
<?php
5452
include('config.inc');
53+
$db = @pg_connect($conn_str);
54+
@pg_query($db, "DROP TABLE IF EXISTS pg_fetch_object_abstract_class cascade");
5555
?>
5656
--EXPECT--
5757
Error: Cannot instantiate interface I

0 commit comments

Comments
 (0)