Fix wrong directory name.

llvm-svn: 142629
This commit is contained in:
Johnny Chen 2011-10-21 01:09:29 +00:00
parent 7f63fdaa74
commit edb677c3c7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ from lldbbench import *
class DisassembleDriverMainLoop(BenchBase):
mydir = os.path.join("benchmarks", "example")
mydir = os.path.join("benchmarks", "disassembly")
def setUp(self):
BenchBase.setUp(self)

View File

@ -8,7 +8,7 @@ from lldbbench import *
class FlintVsSlateGDBDisassembly(BenchBase):
mydir = os.path.join("benchmarks", "example")
mydir = os.path.join("benchmarks", "disassembly")
def setUp(self):
BenchBase.setUp(self)