Implemented extern functions
This commit is contained in:
@ -15,6 +15,7 @@ var errs = []struct {
|
||||
ExpectedError error
|
||||
}{
|
||||
{"EmptySwitch.q", errors.EmptySwitch},
|
||||
{"ExpectedDLLName.q", errors.ExpectedDLLName},
|
||||
{"ExpectedFunctionDefinition.q", errors.ExpectedFunctionDefinition},
|
||||
{"ExpectedFunctionParameters.q", errors.ExpectedFunctionParameters},
|
||||
{"ExpectedIfBeforeElse.q", errors.ExpectedIfBeforeElse},
|
||||
|
Reference in New Issue
Block a user