From 87728593503d97fdcddab885d63cdbf04e4fe8dc Mon Sep 17 00:00:00 2001 From: "kevmoo@google.com" Date: Fri, 9 May 2014 01:21:09 +0000 Subject: [PATCH] pkg/mutation_observer: fix use of removed unittest feature R=sigmund@google.com Review URL: https://codereview.chromium.org//279513007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35955 260f80e4-7a28-3924-810f-c04153c831b5 --- pkg/mutation_observer/test/mutation_observer_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mutation_observer/test/mutation_observer_test.dart b/pkg/mutation_observer/test/mutation_observer_test.dart index e3bbdf4bbce..6f257e4fd35 100644 --- a/pkg/mutation_observer/test/mutation_observer_test.dart +++ b/pkg/mutation_observer/test/mutation_observer_test.dart @@ -55,7 +55,7 @@ testMutationObserver() { } } - return expectAsyncUntil2(callback, () => done); + return expectAsyncUntil(callback, () => done); } test('empty options is syntax error', () {