aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/java-native/src/test/java/com/example/myproject/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/java-native/src/test/java/com/example/myproject/BUILD b/examples/java-native/src/test/java/com/example/myproject/BUILD
index f3a262db99..c804f9fe60 100644
--- a/examples/java-native/src/test/java/com/example/myproject/BUILD
+++ b/examples/java-native/src/test/java/com/example/myproject/BUILD
@@ -31,6 +31,7 @@ java_test(
java_test(
name = "fail",
srcs = ["Fail.java"],
+ test_class = "com.example.myproject.Fail",
deps = ["//third_party:junit4"],
)