Commented out a debug stmt.

llvm-svn: 114770
This commit is contained in:
Johnny Chen 2010-09-24 22:57:32 +00:00
parent febf65f6fe
commit cdf612277a
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class BasicTypesTestCase(TestBase):
self.runCmd("run", RUN_SUCCEEDED)
self.runCmd("thread step-out", STEP_OUT_SUCCEEDED)
self.runCmd("frame variable")
#self.runCmd("frame variable")
# Now iterate through the golden list, comparing against the output from
# 'frame variable var'.