Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: pkg/analyzer/test/generated/all_the_rest_test.dart

Issue 1212533002: Test cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/source_factory_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // This code was auto-generated, is not intended to be edited, and is subject to 5 // This code was auto-generated, is not intended to be edited, and is subject to
6 // significant change. Please see the README file for more information. 6 // significant change. Please see the README file for more information.
7 7
8 library engine.all_the_rest_test; 8 library engine.all_the_rest_test;
9 9
10 import 'package:analyzer/file_system/file_system.dart';
11 import 'package:analyzer/file_system/memory_file_system.dart';
12 import 'package:analyzer/file_system/physical_file_system.dart'; 10 import 'package:analyzer/file_system/physical_file_system.dart';
13 import 'package:analyzer/source/package_map_resolver.dart';
14 import 'package:analyzer/src/generated/ast.dart' hide ConstantEvaluator; 11 import 'package:analyzer/src/generated/ast.dart' hide ConstantEvaluator;
15 import 'package:analyzer/src/generated/constant.dart'; 12 import 'package:analyzer/src/generated/constant.dart';
16 import 'package:analyzer/src/generated/element.dart'; 13 import 'package:analyzer/src/generated/element.dart';
17 import 'package:analyzer/src/generated/engine.dart'; 14 import 'package:analyzer/src/generated/engine.dart';
18 import 'package:analyzer/src/generated/error.dart'; 15 import 'package:analyzer/src/generated/error.dart';
19 import 'package:analyzer/src/generated/html.dart' as ht; 16 import 'package:analyzer/src/generated/html.dart' as ht;
20 import 'package:analyzer/src/generated/java_core.dart'; 17 import 'package:analyzer/src/generated/java_core.dart';
21 import 'package:analyzer/src/generated/java_engine.dart'; 18 import 'package:analyzer/src/generated/java_engine.dart';
22 import 'package:analyzer/src/generated/java_engine_io.dart'; 19 import 'package:analyzer/src/generated/java_engine_io.dart';
23 import 'package:analyzer/src/generated/java_io.dart'; 20 import 'package:analyzer/src/generated/java_io.dart';
(...skipping 8578 matching lines...) Expand 10 before | Expand all | Expand 10 after
8602 if (_expectedExternalScriptName == null) { 8599 if (_expectedExternalScriptName == null) {
8603 expect(scriptSource, isNull, reason: "script $scriptIndex"); 8600 expect(scriptSource, isNull, reason: "script $scriptIndex");
8604 } else { 8601 } else {
8605 expect(scriptSource, isNotNull, reason: "script $scriptIndex"); 8602 expect(scriptSource, isNotNull, reason: "script $scriptIndex");
8606 String actualExternalScriptName = scriptSource.shortName; 8603 String actualExternalScriptName = scriptSource.shortName;
8607 expect(actualExternalScriptName, _expectedExternalScriptName, 8604 expect(actualExternalScriptName, _expectedExternalScriptName,
8608 reason: "script $scriptIndex"); 8605 reason: "script $scriptIndex");
8609 } 8606 }
8610 } 8607 }
8611 } 8608 }
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/source_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698