Fix the prints matcher test on dart2js.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//793163002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/matcher@42274 260f80e4-7a28-3924-810f-c04153c831b5
3 files changed
tree: b8f7d6b72a55d3ddd2c558d1296dc4163f45e985
  1. lib/
  2. test/
  3. CHANGELOG.md
  4. LICENSE
  5. pubspec.yaml
  6. README.md
README.md

Support for specifying test expectations, such as for unit tests.

The matcher library provides a third-generation assertion mechanism, drawing inspiration from Hamcrest.

For more information, see Unit Testing with Dart.