From 80d5c9b36106b5e6305c832a8fd1905d8c57e1c9 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 27 Aug 2019 14:35:41 -0700 Subject: [PATCH] Update swift/internal/api.bzl Co-Authored-By: Keith Smiley --- swift/internal/api.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/internal/api.bzl b/swift/internal/api.bzl index d199cfd52..5b46c8496 100644 --- a/swift/internal/api.bzl +++ b/swift/internal/api.bzl @@ -44,7 +44,7 @@ load(":derived_files.bzl", "derived_files") load( ":features.bzl", "SWIFT_FEATURE_AUTOLINK_EXTRACT", - "SWIFT_FEATURE_CACHEABLE_SWIFTMODULES," + "SWIFT_FEATURE_CACHEABLE_SWIFTMODULES", "SWIFT_FEATURE_COMPILE_STATS", "SWIFT_FEATURE_COVERAGE", "SWIFT_FEATURE_DBG",