Commit b0a2b10b by Mike Kruskal Committed by Copybara-Service

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
parent 609770ce
...@@ -575,10 +575,10 @@ set(ABSL_INTERNAL_TEST_DLL_FILES ...@@ -575,10 +575,10 @@ set(ABSL_INTERNAL_TEST_DLL_FILES
"hash/hash_testing.h" "hash/hash_testing.h"
"log/scoped_mock_log.cc" "log/scoped_mock_log.cc"
"log/scoped_mock_log.h" "log/scoped_mock_log.h"
"random/internal/mock_helpers.h"
"random/internal/mock_overload_set.h" "random/internal/mock_overload_set.h"
"random/mocking_bit_gen.h" "random/mocking_bit_gen.h"
"random/mock_distributions.h" "random/mock_distributions.h"
"random/mock_helpers.h"
"strings/cordz_test_helpers.h" "strings/cordz_test_helpers.h"
"strings/cord_test_helpers.h" "strings/cord_test_helpers.h"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment