Skip to content

Commit

Permalink
Rename test to match file
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 14, 2024
1 parent a738bd2 commit a9bb05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no_std_required.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use test_log::test;
use tracing::debug;

#[test]
fn test_without_std() {
fn no_std_required() {
debug!("It works without std!");
assert_eq!(1 + 1, 2);
}

0 comments on commit a9bb05e

Please sign in to comment.