summaryrefslogtreecommitdiff
path: root/profman/profile_assistant_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'profman/profile_assistant_test.cc')
-rw-r--r--profman/profile_assistant_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profman/profile_assistant_test.cc b/profman/profile_assistant_test.cc
index 07f9ad9f26..d28ec6513d 100644
--- a/profman/profile_assistant_test.cc
+++ b/profman/profile_assistant_test.cc
@@ -2065,8 +2065,8 @@ TEST_F(ProfileAssistantTest, CopyAndUpdateProfileKeyNoUpdate) {
argv_str.push_back("--copy-and-update-profile-key");
std::string error;
- // Must return kCopyAndUpdateNoUpdate.
- ASSERT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kCopyAndUpdateNoUpdate) << error;
+ // Must return kCopyAndUpdateNoMatch.
+ ASSERT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kCopyAndUpdateNoMatch) << error;
// Verify that the content is the same.
ProfileCompilationInfo result;