Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created September 16, 2016 18:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ugexe/ac343c406179d3cf0794651e78182cb7 to your computer and use it in GitHub Desktop.
>perl6 t/04-nativecall/02-simple-args.t
1..14
02-simple-args.c
t/04-nativecall/02-simple-args.c(106) : error C2146: syntax error : missing ')' before identifier 'x'
t/04-nativecall/02-simple-args.c(106) : error C2061: syntax error : identifier 'x'
t/04-nativecall/02-simple-args.c(106) : error C2059: syntax error : ';'
t/04-nativecall/02-simple-args.c(106) : error C2059: syntax error : ')'
t/04-nativecall/02-simple-args.c(107) : error C2449: found '{' at file scope (missing function header?)
t/04-nativecall/02-simple-args.c(111) : error C2059: syntax error : '}'
The spawned process exited unsuccessfully (exit code: 2)
in sub compile_test_lib at C:\Users\Nick\Documents\GitHub\rakudobrew\moar-2016.07\t\04-nativecall\CompileTestLib.pm (C
ompileTestLib) line 28
in block <unit> at t/04-nativecall/02-simple-args.t line 10
# Looks like you planned 14 tests, but ran 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment