Skip to content

Commit

Permalink
Fix typo in previous AbseilDLL changes, and enable testing.
Browse files Browse the repository at this point in the history
This broke builds of abseil_test_dll, since CMake can't find the file we incorrectly specified.

PiperOrigin-RevId: 504372451
Change-Id: I6cd5a44f12bb2f473fae2ac920e047e782ae9524
  • Loading branch information
mkruskal-google authored and copybara-github committed Jan 24, 2023
1 parent 609770c commit b0a2b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/AbseilDll.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit b0a2b10

Please sign in to comment.