From: Georgi Gerganov Date: Thu, 29 May 2025 09:17:16 +0000 (+0300) Subject: tests : remove json.hpp from a test (#13880) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=66c92061f5c34d2f9a630b7b50cca5ce3ebb4b16;p=pkg%2Fggml%2Fsources%2Fllama.cpp tests : remove json.hpp from a test (#13880) ggml-ci --- diff --git a/tests/test-chat-parser.cpp b/tests/test-chat-parser.cpp index 2113a128..59e44e07 100644 --- a/tests/test-chat-parser.cpp +++ b/tests/test-chat-parser.cpp @@ -7,7 +7,6 @@ // #include #include -#include #include #include "chat-parser.h" @@ -15,8 +14,6 @@ #include "log.h" #include "regex-partial.h" -using json = nlohmann::ordered_json; - template static void assert_equals(const T & expected, const T & actual) { if (expected != actual) {