diff --git a/lldb/test/API/lang/swift/system_framework/Makefile b/lldb/test/API/lang/swift/system_framework/Makefile index 310684dd72e95..2a69023633b34 100644 --- a/lldb/test/API/lang/swift/system_framework/Makefile +++ b/lldb/test/API/lang/swift/system_framework/Makefile @@ -1,5 +1,3 @@ SWIFT_SOURCES := main.swift -SWIFT_FLAGS_EXTRAS := -framwork CoreGraphics - include Makefile.rules