8000 tests : remove json.hpp from a test (#13880) · ggml-org/llama.cpp@66c9206 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66c9206

Browse files
authored
tests : remove json.hpp from a test (#13880)
ggml-ci
1 parent 5ca82fc commit 66c9206

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test-chat-parser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
//
88
#include <exception>
99
#include <iostream>
10-
#include <json.hpp>
1110
#include <string>
1211

1312
#include "chat-parser.h"
1413
#include "common.h"
1514
#include "log.h"
1615
#include "regex-partial.h"
1716

18-
using json = nlohmann::ordered_json;
19-
2017
template <class T>
2118
static void assert_equals(const T & expected, const T & actual) {
2219
if (expected != actual) {

0 commit comments

Comments
 (0)
0