diff options
author | Johannes Gäßler <johannesg@5d6.de> | 2024-05-08 21:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 21:53:08 +0200 |
commit | c12452c7aec8a02264afc00196a13caa591a13ac (patch) | |
tree | 59fb7c3e827b71dac73312194cb24592eebac7a0 /tests/test-json-schema-to-grammar.cpp | |
parent | 9da243b36ac0b9d609adfaaa4c8f1cc8c592f737 (diff) |
JSON: [key] -> .at(key), assert() -> GGML_ASSERT (#7143)
Diffstat (limited to 'tests/test-json-schema-to-grammar.cpp')
-rwxr-xr-x | tests/test-json-schema-to-grammar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-json-schema-to-grammar.cpp b/tests/test-json-schema-to-grammar.cpp index b2ce4d26..c5361b5b 100755 --- a/tests/test-json-schema-to-grammar.cpp +++ b/tests/test-json-schema-to-grammar.cpp @@ -2,6 +2,7 @@ #undef NDEBUG #endif +#include <cassert> #include <fstream> #include <sstream> #include <regex> |