Index: lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py =================================================================== --- lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py +++ lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py @@ -39,7 +39,7 @@ # 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 = self.testMethodName + self.exe_name = 'a.out' self.d = {'C_SOURCES': self.source, 'EXE': self.exe_name} def hello_watchpoint(self):