| Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| index 269999e7684c338cd9d3c4df370d117dc0236e9c..79bd12f95ca9408b1bce682f27b6af710b6c9593 100644
|
| --- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| +++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| @@ -11,7 +11,7 @@
|
| * modified date of the output of a dart2js compilation is newer than
|
| * - the dart application to compile (including it's dependencies)
|
| * - the dart2js snapshot
|
| - * Furtheremore it ensure that a compilations is not skipped if any of the
|
| + * Furthermore it ensures that a compilation is not skipped if any of the
|
| * necessary files could not be found (dart2js snapshots, previous dart2js
|
| * output (+deps file), dart application)
|
| */
|
| @@ -220,7 +220,7 @@ void main() {
|
| });
|
| }
|
|
|
| - // We run the tests in sequence, so that if one of them failes we clean up
|
| + // We run the tests in sequence, so that if one of them fails we clean up
|
| // everything and throw.
|
| runTest("fs_noTestJs", fs_noTestJs, true).then((_) {
|
| return runTest("fs_noTestJsDeps", fs_noTestJsDeps, true);
|
|
|