summaryrefslogtreecommitdiff
path: root/AK/Tests
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-10-01 11:24:54 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-10-01 11:24:54 +0200
commit4bfd4dc6c7c50524f2c6382692cf599e1c62b94e (patch)
treed1f25073bdbab6dc8a6b71afc4c588e0659fb59f /AK/Tests
parent08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (diff)
downloadserenity-4bfd4dc6c7c50524f2c6382692cf599e1c62b94e.zip
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Diffstat (limited to 'AK/Tests')
-rw-r--r--AK/Tests/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/Tests/Makefile b/AK/Tests/Makefile
index a20db0fbf8..02c293bf2b 100644
--- a/AK/Tests/Makefile
+++ b/AK/Tests/Makefile
@@ -8,8 +8,6 @@ SHARED_TEST_OBJS = \
../StringBuilder.o \
../StringView.o \
../LogStream.o \
- ../JsonArray.o \
- ../JsonObject.o \
../JsonValue.o \
../JsonParser.o \
../FileSystemPath.o \