Author: tfiala
Date: Thu Oct  2 09:44:33 2014
New Revision: 218873

URL: http://llvm.org/viewvc/llvm-project?rev=218873&view=rev
Log:
Fix up stale comments from last change.

Modified:
    
lldb/trunk/gtest/unittest/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp

Modified: 
lldb/trunk/gtest/unittest/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/gtest/unittest/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp?rev=218873&r1=218872&r2=218873&view=diff
==============================================================================
--- 
lldb/trunk/gtest/unittest/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp 
(original)
+++ 
lldb/trunk/gtest/unittest/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp 
Thu Oct  2 09:44:33 2014
@@ -548,7 +548,7 @@ TEST_F (ThreadStateCoordinatorTest, Requ
     // 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, Requ
     // 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.


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to