Tests/RunCMake/CXXModules: Update VS circular error message

Match the message expected from MSBuild as of VS 17.9.
This commit is contained in:
Brad King
2024-02-28 14:14:25 -05:00
parent febe479570
commit 6925978f3e

View File

@@ -1 +1 @@
((Ninja generators)?(CMake Error: Circular dependency detected in the C\+\+ module import graph. See modules named: "a", "b")|(Visual Studio generators)?(error : Cannot build the following source files because there is a cyclic dependency between them))
((Ninja generators)?(CMake Error: Circular dependency detected in the C\+\+ module import graph. See modules named: "a", "b")|(Visual Studio generators)?(error MSB8086: Cyclic build dependency detected: |error : Cannot build the following source files because there is a cyclic dependency between them))