From 66c92061f5c34d2f9a630b7b50cca5ce3ebb4b16 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 29 May 2025 12:17:16 +0300 Subject: [PATCH] tests : remove json.hpp from a test (#13880) ggml-ci --- tests/test-chat-parser.cpp | 3 --- 1 file changed, 3 deletions(-) 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) {