We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import * from X as Y
1 parent a75a7a5 commit 5ed64f9Copy full SHA for 5ed64f9
tests/patterns/source/main.cpp
@@ -72,7 +72,7 @@ int main(int argc, char **argv) {
72
}
73
74
runtime.setDangerousFunctionCallHandler([]{ return true; });
75
- runtime.setIncludePaths({ includePath });
+ runtime.setIncludePaths({ includePath, patternFilePath.parent_path() });
76
runtime.addPragma("MIME", DummyPragmaHandler);
77
runtime.addPragma("description", DescPragmaHandler);
78
runtime.addDefine("__PL_UNIT_TESTS__");
0 commit comments