mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
rt: add runtime name (#7924)
This commit is contained in:
@@ -68,4 +68,7 @@ async fn test_has_second_test_attr_rust_2021() {}
|
||||
#[tokio::test]
|
||||
async fn test_has_generated_second_test_attr() {}
|
||||
|
||||
#[tokio::test(name = 123)]
|
||||
async fn test_name_not_string() {}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user