Renaming from TestOrder.py to TestOrderFile.py.

llvm-svn: 109540
This commit is contained in:
Johnny Chen 2010-07-27 21:03:55 +00:00
parent 49583c207f
commit 3c39a980d7
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ import unittest
import lldb
import lldbtest
class TestOrder(lldbtest.TestBase):
class TestOrderFile(lldbtest.TestBase):
mydir = "order"
def test_order(self):
def test_order_file(self):
"""Test debug symbols follow the correct order by the order file."""
res = self.res
exe = os.path.join(os.getcwd(), "a.out")