Skip to content

Commit

Permalink
fix: code format error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc committed Oct 18, 2024
1 parent 4fbf926 commit ebf6f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rustc_codegen_c_ast/tests/decl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ fn test_decl_var() {
let value = ctx.value(CValue::Scalar(42));
Box::new(ctx.var(name, ty, Some(value)))
});
}
}
2 changes: 1 addition & 1 deletion crates/rustc_codegen_c_ast/tests/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use blessed_test::*;
use rustc_codegen_c_ast::expr::CValue;
use rustc_type_ir::IntTy;

extern crate rustc_type_ir;
extern crate rustc_driver;
extern crate rustc_type_ir;
mod blessed_test;

#[test]
Expand Down

0 comments on commit ebf6f68

Please sign in to comment.