Skip to content

Commit 1036abd

Browse files
committed
purposeful errors
1 parent 77bab0a commit 1036abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ java_import(
530530
copy_file(
531531
name = "help",
532532
src = "src/main/com/tonicsystems/jarjar/help.txt",
533-
out = "com/tonicsystems/jarjar/help.txt",
533+
out = "com/tonicsystems/jarjar/help.txtxxx",
534534
)
535535
"""
536536

aspect/testing/rules/intellij_aspect_test_fixture.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ def test_sources(outs):
8080
copy_file(
8181
name = out + ".genrule",
8282
src = out + ".testdata",
83-
out = out,
83+
out = out + ".fff",
8484
)

0 commit comments

Comments
 (0)