Created
October 6, 2017 10:20
-
-
Save rba/dda378519609f2703344b0d7d621b54d to your computer and use it in GitHub Desktop.
./nqp-m t/nqp/104-method-cache.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2# ./nqp-m t/nqp/104-method-cache.t | |
1..16 | |
ok 1 - calling a method found in cache | |
ok 2 - nqp::can on a method found in cache | |
ok 3 - nqp::can on a method not in cache | |
ok 4 - ...find_method is not called when the cache is authoritative | |
Segmentation Fault (core dumped) | |
bash-3.2# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment