Skip to content

Commit 0591168

Browse files
committed
test: build cfg at the end of test for the sake of completeness.
1 parent d2176d4 commit 0591168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/oxc_cfg/tests/builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ fn labeled_statement_with_multiple_loops_continue_and_break() {
3333

3434
// labeled block end
3535
cfg.ctx(A).mark_break(labeled).resolve();
36+
37+
cfg.build();
3638
}

0 commit comments

Comments
 (0)