Skip to content

Commit

Permalink
enable detail_type_list_test under msvc
Browse files Browse the repository at this point in the history
Reviewed By: Gownta

Differential Revision: D64709702

fbshipit-source-id: aae2afa656c28fafb57bdc475bcb6dbb289be695
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Oct 24, 2024
1 parent 4d25941 commit 09546ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
SOURCES SplitStringSimdTest.cpp
TEST detail_static_singleton_manager_test
SOURCES StaticSingletonManagerTest.cpp
TEST detail_type_list_test WINDOWS_DISABLED SOURCES TypeListTest.cpp
TEST detail_type_list_test SOURCES TypeListTest.cpp

DIRECTORY detail/base64_detail/tests/
TEST detail_base64_detail_test WINDOWS_DISABLED
Expand Down

0 comments on commit 09546ed

Please sign in to comment.