summaryrefslogtreecommitdiff
path: root/tests/test-llama-grammar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-llama-grammar.cpp')
-rw-r--r--tests/test-llama-grammar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-llama-grammar.cpp b/tests/test-llama-grammar.cpp
index 81c31e9e..73dd33dd 100644
--- a/tests/test-llama-grammar.cpp
+++ b/tests/test-llama-grammar.cpp
@@ -2,9 +2,9 @@
#undef NDEBUG
#endif
-#include "llama.cpp"
-#include "examples/common.cpp"
-#include "examples/grammar-parser.cpp"
+#include "llama.cpp" // TODO: not great
+#include "grammar-parser.h"
+
#include <cassert>
int main()