Remove outdated comment.

llvm-svn: 241276
This commit is contained in:
Chaoren Lin 2015-07-02 15:30:59 +00:00
parent 5ab8e2e85c
commit 7755b29108
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class HelloWatchpointTestCase(TestBase):
self.line = line_number(self.source, '// Set break point at this line.')
# And the watchpoint variable declaration line number.
self.decl = line_number(self.source, '// Watchpoint variable declaration.')
# Build dictionary to have unique executable names for each test method.
self.exe_name = 'a.out'
self.d = {'C_SOURCES': self.source, 'EXE': self.exe_name}