| Index: tests/isolate/scenarios/short_package/short_package_test.dart
|
| diff --git a/tests/isolate/scenarios/short_package/short_package_test.dart b/tests/isolate/scenarios/short_package/short_package_test.dart
|
| index bfbe61ca86f0238ae6b9cd6a5740ae1fa27e202e..8538e1dcdbbe14ccb0fd2aa9217f9fc985efdda5 100644
|
| --- a/tests/isolate/scenarios/short_package/short_package_test.dart
|
| +++ b/tests/isolate/scenarios/short_package/short_package_test.dart
|
| @@ -21,8 +21,8 @@ testShortResolution(package_uri) async {
|
| var fluString = await fluFile.readAsString();
|
| if (fluString != "Bar") {
|
| throw "Contents of $FLU_TEXT not matching.\n"
|
| - "Got: $fluString\n"
|
| - "Expected: Bar";
|
| + "Got: $fluString\n"
|
| + "Expected: Bar";
|
| }
|
| }
|
|
|
|
|