Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jun 28, 2024
1 parent 3cfed88 commit 80b67b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/errors/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ load("@rules_cc//cc:defs.bzl", "cc_test")
# buildifier: keep sorted
_TESTS = [
"duplicate_notice_components",
"invalid_assoc_field",
"invalid_notify_settings",
"no_capabilities",
"no_package_statement_first",
"unknown_association_field",
"unknown_component_notify_settings",
"unknown_param_value",
"invalid_assoc_field",
]

[cc_test(
name = test,
srcs = ["{}.cc".format(test)],
args = ["--gtest_catch_exceptions=0"],
copts = copts,
data = ["{}.ecsact".format(test)],
args = ["--gtest_catch_exceptions=0"],
deps = [
"//:test_lib",
"@ecsact_interpret",
Expand All @@ -30,12 +30,12 @@ _TESTS = [
cc_test(
name = "ambiguous_field_type",
srcs = ["ambiguous_field_type.cc"],
args = ["--gtest_catch_exceptions=0"],
copts = copts,
data = [
"ambiguous_field_type.ecsact",
"ambiguous_field_type_import.ecsact",
],
args = ["--gtest_catch_exceptions=0"],
deps = [
"//:test_lib",
"@ecsact_interpret",
Expand Down

0 comments on commit 80b67b0

Please sign in to comment.