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

Side by Side Diff: tests/compiler/dart2js/patch_test.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 import 'dart:async'; 5 import 'dart:async';
6 import 'package:expect/expect.dart'; 6 import 'package:expect/expect.dart';
7 import 'package:async_helper/async_helper.dart'; 7 import 'package:async_helper/async_helper.dart';
8 import 'package:compiler/src/dart2jslib.dart'; 8 import 'package:compiler/src/compiler.dart';
9 import 'package:compiler/src/elements/elements.dart'; 9 import 'package:compiler/src/elements/elements.dart';
10 import 'package:compiler/src/elements/modelx.dart'; 10 import 'package:compiler/src/elements/modelx.dart';
11 import 'package:compiler/src/messages.dart' show MessageKind; 11 import 'package:compiler/src/messages.dart' show MessageKind;
12 import 'package:compiler/src/tree/tree.dart'; 12 import 'package:compiler/src/tree/tree.dart';
13 import 'package:compiler/src/types/types.dart'; 13 import 'package:compiler/src/types/types.dart';
14 import 'package:compiler/src/universe/universe.dart' show Selector; 14 import 'package:compiler/src/universe/universe.dart' show Selector;
15 import 'package:compiler/src/world.dart'; 15 import 'package:compiler/src/world.dart';
16 16
17 import 'mock_compiler.dart'; 17 import 'mock_compiler.dart';
18 import 'mock_libraries.dart'; 18 import 'mock_libraries.dart';
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 testPatchNoSetter(); 1019 testPatchNoSetter();
1020 testPatchNonFunction(); 1020 testPatchNonFunction();
1021 1021
1022 testPatchAndSelector(); 1022 testPatchAndSelector();
1023 1023
1024 testEffectiveTarget(); /// bug: ok 1024 testEffectiveTarget(); /// bug: ok
1025 1025
1026 testAnalyzeAllInjectedMembers(); 1026 testAnalyzeAllInjectedMembers();
1027 testTypecheckPatchedMembers(); 1027 testTypecheckPatchedMembers();
1028 } 1028 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/parser_helper.dart ('k') | tests/compiler/dart2js/semantic_visitor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698