diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-08-20 22:36:58 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-08-20 22:36:58 +0000 |
| commit | d773139bbc0af272542e2e9569cc07bc9185976f (patch) | |
| tree | 0aa0e26fae9b34a9deba31180832406942d6c3a3 /lldb/test/warnings/uuid/TestUUIDMismatchWanring.py | |
| parent | b1ad9939574b1efb2c8eac5b578c789caab76f45 (diff) | |
| download | bcm5719-llvm-d773139bbc0af272542e2e9569cc07bc9185976f.tar.gz bcm5719-llvm-d773139bbc0af272542e2e9569cc07bc9185976f.zip | |
Fix the wrong comment in TestUUIDMismatchWarnings.py.
llvm-svn: 162239
Diffstat (limited to 'lldb/test/warnings/uuid/TestUUIDMismatchWanring.py')
| -rw-r--r-- | lldb/test/warnings/uuid/TestUUIDMismatchWanring.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/warnings/uuid/TestUUIDMismatchWanring.py b/lldb/test/warnings/uuid/TestUUIDMismatchWanring.py index 1c0db9f24c2..99ae7467ee5 100644 --- a/lldb/test/warnings/uuid/TestUUIDMismatchWanring.py +++ b/lldb/test/warnings/uuid/TestUUIDMismatchWanring.py @@ -100,8 +100,7 @@ class UUIDMismatchWarningCase(TestBase): print "\n\nContents of child_read.txt:" print from_child - # Test that str_input completes to our patterns. - # If each pattern matches from_child, the completion mechanism works! + # Test that lldb emits the "UUID mismatch detected!" message. self.expect(from_child, msg="UUID mismatch expected!", exe=False, substrs = ['warning: UUID mismatch detected']) |

