Skip to content

Commit 413159c

Browse files
committed
update UI tests
1 parent 84dd3c5 commit 413159c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests-build/tests/fail/macros_invalid_input.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: the async keyword is missing from the function declaration
44
4 | fn main_is_not_async() {}
55
| ^^
66

7-
error: Unknown attribute foo is specified; expected one of: `flavor`, `worker_threads`
7+
error: Unknown attribute foo is specified; expected one of: `flavor`, `worker_threads`, `start_paused`
88
--> $DIR/macros_invalid_input.rs:6:15
99
|
1010
6 | #[tokio::main(foo)]
@@ -28,7 +28,7 @@ error: the test function cannot accept arguments
2828
16 | async fn test_fn_has_args(_x: u8) {}
2929
| ^^^^^^
3030

31-
error: Unknown attribute foo is specified; expected one of: `flavor`, `worker_threads`
31+
error: Unknown attribute foo is specified; expected one of: `flavor`, `worker_threads`, `start_paused`
3232
--> $DIR/macros_invalid_input.rs:18:15
3333
|
3434
18 | #[tokio::test(foo)]

0 commit comments

Comments
 (0)