diff options
author | Marcus Boerger <helly@php.net> | 2002-11-05 09:52:30 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-05 09:52:30 +0000 |
commit | 210c6e75f2bd6c0aed60698731d1e26bdda16540 (patch) | |
tree | 055139f832f7f917d576f34d04de5f1cfd73b3fd | |
parent | bc9757f07a9f05d274c79fec052c742ab7f46327 (diff) | |
download | php-git-210c6e75f2bd6c0aed60698731d1e26bdda16540.tar.gz |
Use EXPECT again
-rw-r--r-- | ext/standard/tests/time/001.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/time/001.phpt b/ext/standard/tests/time/001.phpt index 2b8217e6b3..98a8405e86 100644 --- a/ext/standard/tests/time/001.phpt +++ b/ext/standard/tests/time/001.phpt @@ -27,6 +27,6 @@ echo "Passed: $passed\n"; echo "Failed: $failed\n"; echo $result; ?> ---EXPECTREGEX-- -Passed: 10+ +--EXPECT-- +Passed: 100000 Failed: 0 |