diff options
Diffstat (limited to 'ext/odbc/tests/bug73448.phpt')
-rw-r--r-- | ext/odbc/tests/bug73448.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/odbc/tests/bug73448.phpt b/ext/odbc/tests/bug73448.phpt index 5f0be913f2..e0a3629700 100644 --- a/ext/odbc/tests/bug73448.phpt +++ b/ext/odbc/tests/bug73448.phpt @@ -37,7 +37,6 @@ foreach ($sqlCommandList as $exampleNumber => $sql) { odbc_close($conn); ?> -==DONE== --EXPECTF-- string(42) "/* non existent procedure xy */ execute xy" string(5) "37000" @@ -47,4 +46,3 @@ string(58) "/* another erroneous query */ SELECT * FROM zwiebelfleisch" string(5) "S0002" string(%d) "[Microsoft][%s][SQL Server]Invalid object name 'zwiebelfleisch'." -==DONE== |