Skip to content

Commit

Permalink
Bug fixes:
Browse files Browse the repository at this point in the history
- IArray => Added requires [] operator
- IDictionary => fixes [] operator type requires
- All Collections => temporary support read-only collections
  • Loading branch information
uselessgoddess committed Jun 27, 2021
1 parent ef2417b commit e8f39c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/Platform.Interfaces.Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ endif()
add_executable(${CMAKE_LOCAL_PROJECT_NAME}.Tests ${CMAKE_LOCAL_PROJECT_NAME}.Tests.cpp)
target_compile_features(${CMAKE_LOCAL_PROJECT_NAME}.Tests PUBLIC cxx_std_20)
target_link_libraries(${CMAKE_LOCAL_PROJECT_NAME}.Tests PUBLIC gtest gtest_main)

enable_testing()
include(GoogleTest)
gtest_discover_tests(${CMAKE_LOCAL_PROJECT_NAME}.Tests)

0 comments on commit e8f39c9

Please sign in to comment.