Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created June 5, 2015 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/2b4565199f93e5f52cdd to your computer and use it in GitHub Desktop.
Save jnthn/2b4565199f93e5f52cdd to your computer and use it in GitHub Desktop.
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