Skip to content

Commit 522fb57

Browse files
committed
Fix test
1 parent d1454a9 commit 522fb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-bazel/toolchains-query.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bazel cquery --output starlark --starlark:file $SCRIPT_DIR/toolchains-query-form
2121
echo "\n"
2222
echo "\n"
2323
echo "build something"
24-
bazel build //compiler:ecj //compiler:buildjar //compiler:bazel_org_jacoco_core //compiler:work_request_handlers //:JdtJavaBuilder
24+
bazel build //compiler:ecj //compiler:buildjar //compiler:work_request_handlers //:JdtJavaBuilder
2525

2626
echo "\n"
2727
echo "\n"

0 commit comments

Comments
 (0)