Chromium Code Reviews| Index: pkg/unittest/lib/unittest.dart |
| diff --git a/pkg/unittest/lib/unittest.dart b/pkg/unittest/lib/unittest.dart |
| index 1177de50e7c22756fab2310c4acdbb49674d3d49..5aabf8cbfb21e5abf4532b735f2984028b26782c 100644 |
| --- a/pkg/unittest/lib/unittest.dart |
| +++ b/pkg/unittest/lib/unittest.dart |
| @@ -25,9 +25,9 @@ |
| * * Matchers: [expect] assertions are written declaratively using [Matcher]s |
| * * Configuration: The framework can be adapted by calling [configure] with a |
| * [Configuration]. Common configurations can be found in this package |
| - * under: 'dom\_config.dart' (deprecated), 'html\_config.dart' (for running |
| - * tests compiled to Javascript in a browser), and 'vm\_config.dart' (for |
| - * running native Dart tests on the VM). |
| + * under: 'compact_vm_config.dart', 'html_config.dart' (for running |
| + * tests compiled to Javascript in a browser), and |
|
gram
2013/03/05 18:00:10
While we're at it, we should probably change this
|
| + * 'html_enhanced_config.dart'. |
| * |
| * ##Examples## |
| * |