Commit e5087d4d authored by Hixie's avatar Hixie

Remove some prints in tests.

parent c04b4c75
......@@ -71,9 +71,7 @@ main() {
lastStackTrace = stackTrace;
});
print('before elapse');
fakeAsync.elapse(new Duration(milliseconds: 10));
print('after elapse');
expect(timedOut, isTrue);
expect(lastError, 'error');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment