Skip to content

Commit

Permalink
Update ProjMgrUnitTests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Oct 1, 2024
1 parent 6e2e41a commit c6ced0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/projmgr/test/src/ProjMgrUnitTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6469,4 +6469,5 @@ TEST_F(ProjMgrUnitTests, MissingFile) {
EXPECT_EQ(1, RunProjMgr(3, argv, m_envp));
const string expectedOutStr = ".*/missing.cproject.yml:7:11 - error csolution: file '.*/TestSolution/missing.c' was not found";
EXPECT_TRUE(regex_search(streamRedirect.GetErrorString(), regex(expectedOutStr)));
EXPECT_TRUE(regex_search(streamRedirect.GetErrorString(), regex(expectedOutStr)));
}

0 comments on commit c6ced0d

Please sign in to comment.