From 83e84446d6f6a7d63dea824b6610b39f1eb37903 Mon Sep 17 00:00:00 2001 From: scinart Date: Fri, 18 Jan 2019 20:55:01 -0500 Subject: [PATCH] fix typo --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index e4fc39dc..6bade2ca 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ SOURCES = src/unit.cpp \ src/unit-items.cpp \ src/unit-iterators1.cpp \ src/unit-iterators2.cpp \ - src/unit-invalid-utf8.cpp \ + src/unit-invalid_utf8.cpp \ src/unit-merge_patch.cpp \ src/unit-json_patch.cpp \ src/unit-json_pointer.cpp \