Index: tests/lib/async/future_value_chain4_test.dart |
diff --git a/tests/lib/async/future_value_chain4_test.dart b/tests/lib/async/future_value_chain4_test.dart |
index 8e640b56ea7a534b1434171b4faf68b3c29ab4b4..926e1b4bd24d0f9864cbb8a60810885e0c6a5f98 100644 |
--- a/tests/lib/async/future_value_chain4_test.dart |
+++ b/tests/lib/async/future_value_chain4_test.dart |
@@ -13,6 +13,7 @@ class MyFuture implements Future { |
catchError(_, {test}) => null; |
whenComplete(_) => null; |
asStream() => null; |
+ timeout(Duration timeLimit, [void onTimeout()]) => null; |
} |
main() { |