From 5875e66531a5c2117f4b26243bb026f2415481ec Mon Sep 17 00:00:00 2001 From: Lenny Maiorani Date: Fri, 16 Dec 2022 12:42:10 -0700 Subject: [PATCH] Tests: ASCII-betical-ize CMakeLists AK tests --- Tests/AK/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt index d09532f91a..7bf3e85110 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -1,5 +1,4 @@ set(AK_TEST_SOURCES - TestFixedPoint.cpp TestAllOf.cpp TestAnyOf.cpp TestArbitrarySizedEnum.cpp @@ -27,6 +26,7 @@ set(AK_TEST_SOURCES TestEnumBits.cpp TestFind.cpp TestFixedArray.cpp + TestFixedPoint.cpp TestFloatingPoint.cpp TestFloatingPointParsing.cpp TestFormat.cpp