Skip to content

Commit

Permalink
Fix BUILD file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gravypod authored May 6, 2024
1 parent 5371b09 commit ec84660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/p4check.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ used in conjunction for "golden file testing" as follows:
run_p4check(
name = "main_p4check",
src = "main.p4",
deps = ["included_in_main.p4", "header.h"], # allows for `#include`
out = ["main.p4check.output"],
table_entries = ["ipv4_table_entry_1.pb.txt, acl_table_entry_1.pb.txt"]
table_entries = ["ipv4_table_entry_1.pb.txt, acl_table_entry_1.pb.txt"],
deps = ["included_in_main.p4", "header.h"], # allows for `#include`
)
diff_test(
Expand Down

0 comments on commit ec84660

Please sign in to comment.