Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: tests/benchmark_smoke/benchmark_smoke_test.dart

Issue 218273002: Upgrading tests with unittest deprecations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/html/canvas_test.dart » ('j') | tests/html/worker_api_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark_smoke/benchmark_smoke_test.dart
diff --git a/tests/benchmark_smoke/benchmark_smoke_test.dart b/tests/benchmark_smoke/benchmark_smoke_test.dart
index 53b1dac1496071b96bd8989aafb2ad20b61a2346..c79275aa5e65c5922d57db6a45e98830e612d840 100644
--- a/tests/benchmark_smoke/benchmark_smoke_test.dart
+++ b/tests/benchmark_smoke/benchmark_smoke_test.dart
@@ -17,7 +17,7 @@ void main() {
test('performanceTesting', () {
Timer.run(BENCHMARK_SUITE.runBenchmarks);
- Timer.run(expectAsync0(testForCompletion));
+ Timer.run(expectAsync(testForCompletion));
});
}
« no previous file with comments | « no previous file | tests/html/canvas_test.dart » ('j') | tests/html/worker_api_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698