forked from OSchip/llvm-project
Move enum_types to now reside under lang/c.
llvm-svn: 133880
This commit is contained in:
parent
30a6a1e365
commit
6684b1e19a
|
@ -1,4 +1,4 @@
|
|||
LEVEL = ../make
|
||||
LEVEL = ../../../make
|
||||
|
||||
C_SOURCES := main.c
|
||||
|
|
@ -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):
|
Loading…
Reference in New Issue