/gist:2b4565199f93e5f52cdd Secret
Created
June 5, 2015 08:42
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 handle? | |
| 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 28 | |
| # 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