diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-04 16:02:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-04 16:04:47 +0000 |
commit | 3857d07c85882fa81d5e5c1ce2867e8c957747d0 (patch) | |
tree | f15227c1b33c71aa1f7f95ae4baf6000421122a5 /ext/B/t/f_map.t | |
parent | 3f47291432d23a4da5e85270f0a5e356ca6994ff (diff) | |
download | perl-3857d07c85882fa81d5e5c1ce2867e8c957747d0.tar.gz |
In B's OptreeCheck, always report inconsistent errors as a failed test.
Previously there were 3 different options, and the default was to print a
diagnostic (which obviously can get missed). Remove the options - tests are
tests. As this means that most calls to checkOptree() now make two tests
rather than one, update many of the test scripts' plans.
Diffstat (limited to 'ext/B/t/f_map.t')
-rw-r--r-- | ext/B/t/f_map.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t index 00bb31e78a..9f323b8cc1 100644 --- a/ext/B/t/f_map.t +++ b/ext/B/t/f_map.t @@ -13,7 +13,7 @@ BEGIN { } } use OptreeCheck; -plan tests => 9; +plan tests => 18; =head1 f_map.t |