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:
kevmoo@google.com
2014-05-09 01:21:09 +00:00
parent d60ad1aedc
commit 8772859350
@@ -55,7 +55,7 @@ testMutationObserver() {
}
}
return expectAsyncUntil2(callback, () => done);
return expectAsyncUntil(callback, () => done);
}
test('empty options is syntax error', () {