[Lldb-commits] [lldb] r114875 - /lldb/trunk/test/types/TestBasicTypes.py

Johnny Chen johnny.chen at apple.com
Mon Sep 27 14:04:54 PDT 2010


Author: johnny
Date: Mon Sep 27 16:04:54 2010
New Revision: 114875

URL: http://llvm.org/viewvc/llvm-project?rev=114875&view=rev
Log:
Modified doc string.

Modified:
    lldb/trunk/test/types/TestBasicTypes.py

Modified: lldb/trunk/test/types/TestBasicTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestBasicTypes.py?rev=114875&r1=114874&r2=114875&view=diff
==============================================================================
--- lldb/trunk/test/types/TestBasicTypes.py (original)
+++ lldb/trunk/test/types/TestBasicTypes.py Mon Sep 27 16:04:54 2010
@@ -1,5 +1,5 @@
 """
-Test that variables of basic types are displayed correctly.
+Test that variables of integer basic types are displayed correctly.
 """
 
 import os, time





More information about the lldb-commits mailing list