Skip to content

Commit 8e693c9

Browse files
committed
squash! Add SPEEDTEST
format
1 parent 5ebb40f commit 8e693c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/compile-test.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ fn main() {
223223
"cargo" => f = run_ui_cargo as fn(),
224224
"toml" => f = run_ui_toml as fn(),
225225
"internal" => f = run_internal_tests as fn(),
226-
"rustfix-coverage-known-exceptions-accuracy" => f = rustfix_coverage_known_exceptions_accuracy as fn(),
227-
"ui-cargo-toml-metadata" => f = ui_cargo_toml_metadata() as fn(),
226+
"rustfix-coverage-known-exceptions-accuracy" => f = rustfix_coverage_known_exceptions_accuracy as fn(),
227+
"ui-cargo-toml-metadata" => f = ui_cargo_toml_metadata() as fn(),
228228

229229
_ => panic!("unknown speedtest: {speedtest} || accepted speedtests are: [ui, cargo, toml, internal]"),
230230
};
@@ -250,8 +250,8 @@ fn main() {
250250
run_ui_toml();
251251
run_ui_cargo();
252252
run_internal_tests();
253-
rustfix_coverage_known_exceptions_accuracy();
254-
ui_cargo_toml_metadata();
253+
rustfix_coverage_known_exceptions_accuracy();
254+
ui_cargo_toml_metadata();
255255
}
256256
}
257257

0 commit comments

Comments
 (0)