aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/functional/kotlinsrc/assisted/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/dagger/functional/kotlinsrc/assisted/BUILD')
-rw-r--r--javatests/dagger/functional/kotlinsrc/assisted/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/javatests/dagger/functional/kotlinsrc/assisted/BUILD b/javatests/dagger/functional/kotlinsrc/assisted/BUILD
index a90f83c91..57242b385 100644
--- a/javatests/dagger/functional/kotlinsrc/assisted/BUILD
+++ b/javatests/dagger/functional/kotlinsrc/assisted/BUILD
@@ -132,3 +132,14 @@ GenKtTests(
"//third_party/java/junit",
],
)
+
+GenKtTests(
+ name = "AssistedFactoryWithJavaKeyWordNamesTest",
+ srcs = ["AssistedFactoryWithJavaKeyWordNamesTest.kt"],
+ javacopts = DOCLINT_HTML_AND_SYNTAX,
+ test_only_deps = [
+ "//:dagger_with_compiler",
+ "//third_party/java/truth",
+ "//third_party/java/junit",
+ ],
+)