Unverified Commit 508c4b4d authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by GitHub

Correct flutter_test flutter_test_configuration.dart documentation (#70862)

parent 57d0f924
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/// with the following signature: /// with the following signature:
/// ///
/// ```dart /// ```dart
/// Future<void> main(FutureOr<void> testMain()); /// Future<void> testExecutable(FutureOr<void> Function() testMain);
/// ``` /// ```
/// ///
/// The test framework will execute that method and pass it the `main()` method /// The test framework will execute that method and pass it the `main()` method
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment