Skip to content

Commit 4a88b96

Browse files
khanhlvgtflite-support-robot
authored andcommitted
Removed Swift XCTest dependency.
PiperOrigin-RevId: 409492493
1 parent 797b4ad commit 4a88b96

File tree

3 files changed

+0
-5
lines changed
  • tensorflow_lite_support/ios

3 files changed

+0
-5
lines changed

tensorflow_lite_support/ios/task/text/nlclassifier/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ swift_library(
3030
tags = TFL_DEFAULT_TAGS,
3131
deps = [
3232
":TFLBertNLClassifier",
33-
"//third_party/swift/xctest",
3433
],
3534
)
3635

@@ -89,7 +88,6 @@ swift_library(
8988
tags = TFL_DEFAULT_TAGS,
9089
deps = [
9190
":TFLNLClassifier",
92-
"//third_party/swift/xctest",
9391
],
9492
)
9593

tensorflow_lite_support/ios/task/text/qa/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ swift_library(
3131
tags = TFL_DEFAULT_TAGS,
3232
deps = [
3333
":TFLBertQuestionAnswerer",
34-
"//third_party/swift/xctest",
3534
],
3635
)
3736

tensorflow_lite_support/ios/text/tokenizers/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ swift_library(
5050
tags = TFL_DEFAULT_TAGS,
5151
deps = [
5252
":TFLBertTokenizer",
53-
"//third_party/swift/xctest",
5453
],
5554
)
5655

@@ -91,7 +90,6 @@ swift_library(
9190
tags = TFL_DEFAULT_TAGS,
9291
deps = [
9392
":TFLSentencepieceTokenizer",
94-
"//third_party/swift/xctest",
9593
],
9694
)
9795

0 commit comments

Comments
 (0)