We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c0001 commit cc2f0d8Copy full SHA for cc2f0d8
test/macros/BUILD
@@ -13,6 +13,7 @@ scala_macro_library(
13
scala_library(
14
name = "incorrect-macro-user",
15
srcs = ["MacroUser.scala"],
16
+ tags = ["manual"],
17
deps = [":incorrect-macro"],
18
)
19
0 commit comments