Fix up stale comments from last change.

llvm-svn: 218873
This commit is contained in:
Todd Fiala 2014-10-02 14:44:33 +00:00
parent 404e370892
commit 755be7f86a
1 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@ TEST_F (ThreadStateCoordinatorTest, RequestThreadResumeSignalsErrorOnUnknownThre
// Shouldn't be called yet.
ASSERT_EQ (0, resume_call_count);
// Process next event. After that, the resume request call should have fired.
// Process next event. This should fail since the coordinator doesn't know about the thread.
ASSERT_PROCESS_NEXT_EVENT_FAILS ();
ASSERT_EQ (0, resume_call_count);
}
@ -598,7 +598,7 @@ TEST_F (ThreadStateCoordinatorTest, RequestThreadResumeSignalsErrorOnAlreadyRunn
// Shouldn't be called yet.
ASSERT_EQ (0, resume_call_count);
// Process next event.
// Process next event. Should be an error.
ASSERT_PROCESS_NEXT_EVENT_FAILS ();
// The resume request should not have gone off because we think it is already running.