Skip to content

Commit

Permalink
Fix scala_library_jar_without_srcs_must_fail_on_mismatching_resource_…
Browse files Browse the repository at this point in the history
…strip_prefix (#859)
  • Loading branch information
borkaehw authored and johnynek committed Oct 3, 2019
1 parent e7cce69 commit 63cb47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shell/test_scala_library_jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scala_library_jar_without_srcs_must_include_filegroup_resources(){
}

scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix() {
action_should_fail build test_expect_failure/wrong_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
action_should_fail build test_expect_failure/mismatching_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
}

$runner scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix
Expand Down

0 comments on commit 63cb47f

Please sign in to comment.