| Index: test/codegen_test.dart
|
| diff --git a/test/codegen_test.dart b/test/codegen_test.dart
|
| index 9912304c03ef9797c78e75ae1f0afbc3f05048e6..d1669fdeacadeebd5588cc43cabb123c323f46c5 100644
|
| --- a/test/codegen_test.dart
|
| +++ b/test/codegen_test.dart
|
| @@ -129,9 +129,10 @@ main(arguments) {
|
|
|
| test('devc dart:core', () {
|
| var testSdkContext = createAnalysisContextWithSources(
|
| - new StrongModeOptions(), new SourceResolverOptions(
|
| - dartSdkPath: path.join(
|
| - testDirectory, '..', 'tool', 'generated_sdk')));
|
| + new StrongModeOptions(),
|
| + new SourceResolverOptions(
|
| + dartSdkPath:
|
| + path.join(testDirectory, '..', 'tool', 'generated_sdk')));
|
|
|
| // Get the test SDK. We use a checked in copy so test expectations can
|
| // be generated against a specific SDK version.
|
|
|