diff options
author | Anatol Belski <ab@php.net> | 2015-04-02 15:37:08 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-04-02 20:19:42 +0200 |
commit | b244fdfb2ff62c25b0b7946505da735e1b41f08f (patch) | |
tree | 63dd815c5217af88aeaabf584e86315dbe3dac94 | |
parent | 899362db6ed3131ff96f07e2d2b7f77c76ce9c40 (diff) | |
download | php-git-b244fdfb2ff62c25b0b7946505da735e1b41f08f.tar.gz |
revert skipif, this should run everywhere
-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 |