Tests: Modernize name of RunCMake.CXXModules compiler inspection case

We use the case name `Inspect` for similar purposes in other tests.
This commit is contained in:
Brad King
2023-10-04 16:55:01 -04:00
parent a483637821
commit eb534ea5cb
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ include(RunCMake)
# For `if (IN_LIST)`
cmake_policy(SET CMP0057 NEW)
run_cmake(compiler_introspection)
include("${RunCMake_BINARY_DIR}/compiler_introspection-build/info.cmake")
run_cmake(Inspect)
include("${RunCMake_BINARY_DIR}/Inspect-build/info.cmake")
# Test negative cases where C++20 modules do not work.
run_cmake(NoCXX)