Browse Source

Tests/RunCMake/CXXModules: Update VS circular error message

Match the message expected from MSBuild as of VS 17.9.
Brad King 1 year ago
parent
commit
6925978f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt

+ 1 - 1
Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt

@@ -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))