Skip to content

Commit

Permalink
fix: mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jul 16, 2024
1 parent 05f3144 commit 9fabdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_cfg/tests/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn labeled_statement_with_multiple_loops_continue_and_break() {
cfg.ctx(None).default().allow_break().allow_continue();
cfg.ctx(None).mark_break(c2).mark_continue(c2).resolve_with_upper_label();

cfg.append_break(AstNodeId::dummy(), A);
cfg.append_break(AstNodeId::DUMMY, A);

// labeled block end
cfg.ctx(A).mark_break(labeled).resolve();
Expand Down

0 comments on commit 9fabdac

Please sign in to comment.