Created
September 16, 2016 18:38
-
-
Save ugexe/ac343c406179d3cf0794651e78182cb7 to your computer and use it in GitHub Desktop.
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
>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