diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-12-07 20:22:32 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-07 20:22:32 +0000 |
commit | 5be1db9c71e9640a251dcdfe49d04c0093439099 (patch) | |
tree | 611bcdcfeb5d28bec9ba4c4ef761d9d0be20fa8a | |
parent | de75ab9a09d6c4e0e67fd94a368c88b85b448e40 (diff) | |
download | bcm5719-llvm-5be1db9c71e9640a251dcdfe49d04c0093439099.tar.gz bcm5719-llvm-5be1db9c71e9640a251dcdfe49d04c0093439099.zip |
Remove comment no longer applied.
llvm-svn: 121178
-rw-r--r-- | lldb/test/set_values/TestSetValues.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/set_values/TestSetValues.py b/lldb/test/set_values/TestSetValues.py index 1834051a91c..50f8052a85d 100644 --- a/lldb/test/set_values/TestSetValues.py +++ b/lldb/test/set_values/TestSetValues.py @@ -78,7 +78,7 @@ class SetValuesTestCase(TestBase): startstr = "(char) i = 'a'") # Now set variable 'i' and check that it is correctly displayed. - self.runCmd("expression i = 'b'") # Escape the single quotes. + self.runCmd("expression i = 'b'") self.expect("frame variable -t", VARIABLES_DISPLAYED_CORRECTLY, startstr = "(char) i = 'b'") |