Index: test/functionalities/data-formatter/setvaluefromcstring/Makefile =================================================================== --- test/functionalities/data-formatter/setvaluefromcstring/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -LEVEL = ../../../make -OBJC_SOURCES := main.m -include $(LEVEL)/Makefile.rules -LDFLAGS += -framework Foundation Index: test/lang/objc/objc-runtime-ivars/Makefile =================================================================== --- test/lang/objc/objc-runtime-ivars/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -LEVEL = ../../../make - -OBJC_SOURCES := main.m -LDFLAGS = $(CFLAGS) -lobjc -framework Foundation - -include $(LEVEL)/Makefile.rules Index: test/lldbinline.py =================================================================== --- test/lldbinline.py +++ test/lldbinline.py @@ -68,6 +68,10 @@ class InlineTest(TestBase): # Internal implementation + @classmethod + def classCleanup(cls): + cls.RemoveTempFile("Makefile") + def getRerunArgs(self): # The -N option says to NOT run a if it matches the option argument, so # if we are using dSYM we say to NOT run dwarf (-N dwarf) and vice versa.