Fix destination directory in compile_examples spec
This commit is contained in:
parent
f05762b4a0
commit
a2b80098b2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ extern const Grammar golang;
|
||||||
START_TEST
|
START_TEST
|
||||||
|
|
||||||
describe("compiling the example grammars", []() {
|
describe("compiling the example grammars", []() {
|
||||||
string example_parser_dir = src_dir() + "/examples/parsers/";
|
string example_parser_dir = src_dir() + "/spec/fixtures/parsers/";
|
||||||
|
|
||||||
auto compile_grammar = [&](const Grammar &grammar, string language) {
|
auto compile_grammar = [&](const Grammar &grammar, string language) {
|
||||||
it(("compiles the " + language + " grammar").c_str(), [&]() {
|
it(("compiles the " + language + " grammar").c_str(), [&]() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue