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
This commit is contained in:
@@ -55,7 +55,7 @@ testMutationObserver() {
|
||||
}
|
||||
}
|
||||
|
||||
return expectAsyncUntil2(callback, () => done);
|
||||
return expectAsyncUntil(callback, () => done);
|
||||
}
|
||||
|
||||
test('empty options is syntax error', () {
|
||||
|
||||
Reference in New Issue
Block a user