diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-07 16:43:46 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-10 19:01:27 +0100 |
commit | f017686dd4720bac373e8fcd5b779777a83162ec (patch) | |
tree | 408f1a27aa999bce0646f21c76330e3f252e1c76 /lib/utfcpp/v3/tests/apitests.cpp | |
parent | 3cfad2570d7fe8aa5d88de3797797d695d4fbe06 (diff) | |
download | fork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.tar.gz fork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.tar.bz2 fork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.zip |
utfcpp: Update to 4.0.4
Diffstat (limited to 'lib/utfcpp/v3/tests/apitests.cpp')
-rw-r--r-- | lib/utfcpp/v3/tests/apitests.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/utfcpp/v3/tests/apitests.cpp b/lib/utfcpp/v3/tests/apitests.cpp deleted file mode 100644 index 083266d7..00000000 --- a/lib/utfcpp/v3/tests/apitests.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "../extern/ftest/ftest.h" - -#include "test_checked_api.h" -#include "test_checked_iterator.h" -#include "test_unchecked_api.h" -#include "test_unchecked_iterator.h" |