Skip to content

Commit 9fff8c9

Browse files
committed
Rename the formatting tests to "requires_std"
The formatting tests are separate because the format! macro is not available in no_std environments. However, these are not the only tests that need std - see surrounding commits.
1 parent 5cc7ef7 commit 9fff8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_suite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ path = "tests/no_implicit_prelude_2018.rs"
4242
edition = "2018"
4343

4444
[[test]]
45-
name = "bitflags-formatting"
46-
path = "tests/formatting.rs"
45+
name = "bitflags-requires-std"
46+
path = "tests/requires_std.rs"
4747
edition = "2018"
4848

4949
[[test]]

0 commit comments

Comments
 (0)