Skip to content

Commit

Permalink
Ran buildifier (bazelbuild#3301)
Browse files Browse the repository at this point in the history
Fixes the miss described by
bazelbuild#3300

Co-authored-by: scentini <[email protected]>
  • Loading branch information
2 people authored and abezukor committed Feb 27, 2025
1 parent 170ea1c commit 6e0ed3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/crate_name/crate_name_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _no_extra_filename_test_impl(ctx):
assert_argv_contains_prefix_not(env, tut.actions[0], "--codegen=metadata=")
assert_argv_contains_prefix_not(env, tut.actions[0], "--codegen=extra-filename=")
return analysistest.end(env)

def _default_crate_name_rust_test_suite_test_impl(ctx):
env = analysistest.begin(ctx)
tut = analysistest.target_under_test(env)
Expand Down Expand Up @@ -197,7 +197,7 @@ def _crate_name_test():
srcs = ["lib.rs"],
edition = "2018",
)

rust_test_suite(
name = "default/crate-name-rust-test-suite",
srcs = ["foo.bar.main.rs"],
Expand Down

0 comments on commit 6e0ed3b

Please sign in to comment.