Remove comment no longer applied.

llvm-svn: 121178
This commit is contained in:
Johnny Chen 2010-12-07 20:22:32 +00:00
parent de75ab9a09
commit 5be1db9c71
1 changed files with 1 additions and 1 deletions

View File

@ -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'")