Skip to content

Commit

Permalink
Back out "add enable_testing_transition to apple_test"
Browse files Browse the repository at this point in the history
Summary:
Original commit changeset: aa857e59aed9

Original Phabricator Diff: D65280030

Differential Revision: D65344731

fbshipit-source-id: 280919021569a2322ae45b66147b8afe9194ae24
  • Loading branch information
rmaz authored and facebook-github-bot committed Nov 1, 2024
1 parent 05205b8 commit 12b6943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions apple/apple_rules_impl_utility.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ load("@prelude//apple:resource_groups.bzl", "RESOURCE_GROUP_MAP_ATTR")
load("@prelude//apple/swift:swift_incremental_support.bzl", "SwiftCompilationMode")
load("@prelude//apple/user:apple_selective_debugging.bzl", "AppleSelectiveDebuggingInfo")
load("@prelude//apple/user:cpu_split_transition.bzl", "cpu_split_transition")
load("@prelude//apple/user:enable_testing_transition.bzl", "enable_testing_transition")
load("@prelude//cxx:headers.bzl", "CPrecompiledHeaderInfo")
load("@prelude//linking:execution_preference.bzl", "link_execution_preference_attr")
load("@prelude//linking:link_info.bzl", "LinkOrdering")
Expand Down Expand Up @@ -128,8 +127,6 @@ def apple_test_extra_attrs():
ATTRS_VALIDATORS_NAME: ATTRS_VALIDATORS_TYPE,
# Expected by `apple_bundle`, for `apple_test` this field is always None.
"binary": attrs.option(attrs.dep(), default = None),
# Deps of apple_test need to set -enable-testing for Swift code.
"deps": attrs.list(attrs.transition_dep(cfg = enable_testing_transition), default = []),
"enable_library_evolution": attrs.option(attrs.bool(), default = None),
# The resulting test bundle should have .xctest extension.
"extension": attrs.string(),
Expand Down
36 changes: 0 additions & 36 deletions apple/user/enable_testing_transition.bzl

This file was deleted.

0 comments on commit 12b6943

Please sign in to comment.