diff options
Diffstat (limited to 'ext/B/t/b.t')
-rwxr-xr-x | ext/B/t/b.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/b.t b/ext/B/t/b.t index 95a5059ac8..b750f12eff 100755 --- a/ext/B/t/b.t +++ b/ext/B/t/b.t @@ -164,7 +164,7 @@ is(B::cstring("wibble"), '"wibble"', "Testing B::cstring()"); is(B::perlstring("wibble"), '"wibble"', "Testing B::perlstring()"); is(B::class(bless {}, "Wibble::Bibble"), "Bibble", "Testing B::class()"); is(B::cast_I32(3.14), 3, "Testing B::cast_I32()"); -is(B::opnumber("localtime"), 294, "Testing opnumber with opname (localtime)"); +is(B::opnumber("chop"), 38, "Testing opnumber with opname (chop)"); { no warnings 'once'; |