aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-06-03 07:57:14 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-06-03 12:54:55 +0000
commit80af2cbb6dbf0e71cf6161121ce5384a5384454b (patch)
treefb7c707c0787954c45e23166de5b4b9ee60f2815 /examples
parentba323b9af3a1c6759afb9623c69a40aea001abf3 (diff)
Fix the fail test of java examples
Discovered while discussing #1321 -- MOS_MIGRATED_REVID=123946533
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"],
)