From b0a2b10bb125a90b35727be67b972f4e5b89283b Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Tue, 24 Jan 2023 14:13:07 -0800 Subject: 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 --- CMake/AbseilDll.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake') diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index f561f690..b0541de4 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -575,10 +575,10 @@ set(ABSL_INTERNAL_TEST_DLL_FILES "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" ) -- cgit v1.2.3