]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests : remove json.hpp from a test (#13880)
authorGeorgi Gerganov <redacted>
Thu, 29 May 2025 09:17:16 +0000 (12:17 +0300)
committerGitHub <redacted>
Thu, 29 May 2025 09:17:16 +0000 (12:17 +0300)
ggml-ci

tests/test-chat-parser.cpp

index 2113a1284003b4072f520bec977615fef9af05d9..59e44e07d25ed510a7117beb1835c859ac70e5f9 100644 (file)
@@ -7,7 +7,6 @@
 //
 #include <exception>
 #include <iostream>
-#include <json.hpp>
 #include <string>
 
 #include "chat-parser.h"
@@ -15,8 +14,6 @@
 #include "log.h"
 #include "regex-partial.h"
 
-using json = nlohmann::ordered_json;
-
 template <class T>
 static void assert_equals(const T & expected, const T & actual) {
     if (expected != actual) {