From a2b80098b220fb5ba915f3ab37f23301027dffc7 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 11 Sep 2014 12:46:46 -0700 Subject: [PATCH] Fix destination directory in compile_examples spec --- spec/compiler/compile_examples.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/compiler/compile_examples.cc b/spec/compiler/compile_examples.cc index 7d440829..004dcd51 100644 --- a/spec/compiler/compile_examples.cc +++ b/spec/compiler/compile_examples.cc @@ -19,7 +19,7 @@ extern const Grammar golang; START_TEST 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) { it(("compiles the " + language + " grammar").c_str(), [&]() {