Move enum_types to now reside under lang/c.

llvm-svn: 133880
This commit is contained in:
Johnny Chen 2011-06-25 20:29:41 +00:00
parent 30a6a1e365
commit 6684b1e19a
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LEVEL = ../make
LEVEL = ../../../make
C_SOURCES := main.c

View File

@ -7,7 +7,7 @@ from lldbtest import *
class EnumTypesTestCase(TestBase):
mydir = "enum_types"
mydir = os.path.join("lang", "c", "enum_types")
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_with_dsym(self):