1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

lit: Separate test suite from test name with spaces, to make it easier to cut and paste.

llvm-svn: 94134
This commit is contained in:
Daniel Dunbar 2010-01-22 02:04:28 +00:00
parent 12c9016e6e
commit ca283162fa

View File

@ -70,7 +70,7 @@ class Test:
self.elapsed = elapsed
def getFullName(self):
return self.suite.config.name + '::' + '/'.join(self.path_in_suite)
return self.suite.config.name + ' :: ' + '/'.join(self.path_in_suite)
def getSourcePath(self):
return self.suite.getSourcePath(self.path_in_suite)