Fix typo in previous AbseilDLL changes, and enable testing.

This broke builds of abseil_test_dll, since CMake can't find the file we incorrectly specified.

PiperOrigin-RevId: 504372451
Change-Id: I6cd5a44f12bb2f473fae2ac920e047e782ae9524
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index f561f69..b0541de 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -575,10 +575,10 @@
   "hash/hash_testing.h"
   "log/scoped_mock_log.cc"
   "log/scoped_mock_log.h"
+  "random/internal/mock_helpers.h"
   "random/internal/mock_overload_set.h"
   "random/mocking_bit_gen.h"
   "random/mock_distributions.h"
-  "random/mock_helpers.h"
   "strings/cordz_test_helpers.h"
   "strings/cord_test_helpers.h"
 )