diff options
Diffstat (limited to 'tests/test-grammar-parser.cpp')
-rw-r--r-- | tests/test-grammar-parser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-grammar-parser.cpp b/tests/test-grammar-parser.cpp index 7022988b..a0b5b043 100644 --- a/tests/test-grammar-parser.cpp +++ b/tests/test-grammar-parser.cpp @@ -3,7 +3,8 @@ #endif #include "llama.h" -#include "examples/grammar-parser.cpp" +#include "grammar-parser.h" + #include <cassert> int main() |