diff options
author | Anatol Belski <ab@php.net> | 2015-04-02 15:37:08 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-04-04 21:42:43 +0200 |
commit | 0ae0d0bc5380744b398296e3330ead9d5b0a4fa6 (patch) | |
tree | 45b822fee41763a338001c6651673dac72b6d31d /ext/odbc | |
parent | d27d9158c91a8db82e4d3d69dd8f4ed2701101eb (diff) | |
download | php-git-0ae0d0bc5380744b398296e3330ead9d5b0a4fa6.tar.gz |
revert skipif, this should run everywhere
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/tests/bug68087.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/odbc/tests/bug68087.phpt b/ext/odbc/tests/bug68087.phpt index b7bdfa8bfa..3bc18125a6 100644 --- a/ext/odbc/tests/bug68087.phpt +++ b/ext/odbc/tests/bug68087.phpt @@ -2,11 +2,6 @@ odbc_exec(): Getting accurate date data from query --SKIPIF-- <?php include 'skipif.inc'; ?> -<?php - if ("unixODBC" != ODBC_TYPE) { - die("skip ODBC_TYPE != unixODBC"); - } -?> --FILE-- <?php |