Skip to content

Commit c72f602

Browse files
authored
Apply suggestion from @camc314
Signed-off-by: Cameron <[email protected]>
1 parent 967d11d commit c72f602

File tree

1 file changed

+0
-1
lines changed
  • crates/oxc_codegen/tests/integration

1 file changed

+0
-1
lines changed

crates/oxc_codegen/tests/integration/js.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ fn if_stmt() {
164164
"function f() { if (foo) return foo; else if (bar) return foo; }",
165165
"function f(){if(foo)return foo;else if(bar)return foo}",
166166
);
167-
test("function f(){if(a) if(b) return 1;}", "function f() {\n\tif (a) if (b) return 1;\n}\n");
168167
}
169168

170169
#[test]

0 commit comments

Comments
 (0)