| Index: tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| diff --git a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| index 39400900605365f1fd3b97c3b5b3b6143f221427..4a5d8f6e4f7cba53b9352f42340851b315b48fba 100644
|
| --- a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| +++ b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| @@ -32,7 +32,7 @@ void main() {
|
| var sameContextInline = lib3.find("sameContextInline");
|
| var ou_lib3 = outputUnitForElement(sameContextInline);
|
|
|
| - // Test that we actually got differnt output units.
|
| + // Test that we actually got different output units.
|
| Expect.notEquals(ou_lib1.name, ou_lib3.name);
|
|
|
| String mainOutput = collector.getOutput("", OutputType.js);
|
|
|