Skip to content

Instantly share code, notes, and snippets.

/a.rb Secret

Created December 27, 2014 22:51
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 anonymous/36a2935e60a87c50c8ff to your computer and use it in GitHub Desktop.
Save anonymous/36a2935e60a87c50c8ff to your computer and use it in GitHub Desktop.
test/26fork.t .............. $load_cfg sub: $config: **
ok 1 - child exited status 0
not ok 2 - bind was successful
not ok 3 - bound func no die()
# Failed test 'bind was successful'
# at test/26fork.t line 20.
# got: 'You are using a config file that was created by an older version of Inline:
#
# /home/travis/build/ingydotnet/inline-c-pm/_Inline_26fork.9091/config-x86_64-linux-5.018002
#
# This file and all the other components in its directory are no longer valid
# for this version of Inline. The best thing to do is simply delete all the
# contents of the directory and let Inline rebuild everything for you. Inline
# will do this automatically when you run your programs.
#
# at test/26fork.t line 14.
# '
# expected: ''
# Failed test 'bound func no die()'
# at test/26fork.t line 22.
# got: 'Undefined subroutine &main::add called at test/26fork.t line 21.
# '
# expected: ''
not ok 4 - bound func gave right result
1..4
# Failed test 'bound func gave right result'
# at test/26fork.t line 23.
# got: undef
# expected: '10'
# Looks like you failed 3 tests of 4.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment