[Lldb-commits] [lldb] r162308 - /lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py

Johnny Chen johnny.chen at apple.com
Tue Aug 21 13:18:22 PDT 2012


Author: johnny
Date: Tue Aug 21 15:18:21 2012
New Revision: 162308

URL: http://llvm.org/viewvc/llvm-project?rev=162308&view=rev
Log:
Comment change.

Modified:
    lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py

Modified: lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py?rev=162308&r1=162307&r2=162308&view=diff
==============================================================================
--- lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py (original)
+++ lldb/trunk/test/warnings/uuid/TestUUIDMismatchWanring.py Tue Aug 21 15:18:21 2012
@@ -1,4 +1,5 @@
-"""Test that the 'warning: UUID mismatch detected ...' message is emitted."""
+"""Test that the 'warning: UUID mismatch detected ...' message is emitted if a
+dsym in vicinity of the executable does not match its UUID."""
 
 import os, time
 import unittest2
@@ -100,7 +101,7 @@
                 print "\n\nContents of child_read.txt:"
                 print from_child
 
-            # Test that lldb emits the "UUID mismatch detected!" message.
+            # Test that lldb emits the "UUID mismatch detected" message.
             self.expect(from_child, msg="UUID mismatch expected!", exe=False,
                 substrs = ['warning: UUID mismatch detected'])
 





More information about the lldb-commits mailing list