/gist:f8965600031fea235ba8 Secret
Created
July 29, 2015 21:06
Star
You must be signed in to star a gist
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
| 1..3 | |
| ok 1 - did we get a Proc? | |
| ok 2 - is the program output ok? | |
| not ok 3 - is the trace ok? | |
| # Failed test 'is the trace ok?' | |
| # at t\01-sanity\55-use-trace.t line 27 | |
| # expected: '4 (C:\consulting\rakudo/t\01-sanity\55-use-trace.t.trace:4) | |
| # $a++ | |
| # 10 (C:\consulting\rakudo/t\01-sanity\55-use-trace.t.trace:10) | |
| # $a -= 1 | |
| # ' | |
| # got: '4 (C:\consulting\rakudo/C:\consulting\rakudo/t\01-sanity\55-use-trace.t.trace:4) | |
| # $a++ | |
| # 10 (C:\consulting\rakudo/C:\consulting\rakudo/t\01-sanity\55-use-trace.t.trace:10) | |
| # $a -= 1 | |
| # ' | |
| # Looks like you failed 1 test of 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment