Skip to content

Commit

Permalink
Tweak the test to have an action in t0 that is neither first nor default
Browse files Browse the repository at this point in the history
  • Loading branch information
vlstill committed Dec 21, 2023
1 parent f3738e1 commit 4705519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ control ingress(inout Headers h, inout Meta m, inout standard_metadata_t s) {
table t0 {
actions = { t0_a0; t0_a1; t0_a2; }
size = 8;
default_action = t0_a1();
default_action = t0_a0();
}

action t1_a0() { /* empty */ }
Expand Down

0 comments on commit 4705519

Please sign in to comment.