release/4.3a0
Duy-Nguyen Ta 2016-11-25 04:05:52 -05:00
parent e407a42160
commit 6a0a1505a2
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ TEST( GlobalFunction, Grammar ) {
// Create type grammar that will place result in actual
GlobalFunctions actual;
vector<string> namespaces;
GlobalFunctionGrammar g(actual,namespaces);
std::string includeFile;
GlobalFunctionGrammar g(actual,namespaces,includeFile);
// a class type with namespaces
EXPECT(parse("Vector aGlobalFunction();", g, space_p).full);