We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca82fc commit 66c9206Copy full SHA for 66c9206
tests/test-chat-parser.cpp
@@ -7,16 +7,13 @@
7
//
8
#include <exception>
9
#include <iostream>
10
-#include <json.hpp>
11
#include <string>
12
13
#include "chat-parser.h"
14
#include "common.h"
15
#include "log.h"
16
#include "regex-partial.h"
17
18
-using json = nlohmann::ordered_json;
19
-
20
template <class T>
21
static void assert_equals(const T & expected, const T & actual) {
22
if (expected != actual) {
0 commit comments