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

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

Issue 1168393003: Enforce LF line endings in the git database. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase Created 5 years, 5 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) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, 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 // Test that dart2js produces the expected static type warnings for least upper 5 // Test that dart2js produces the expected static type warnings for least upper
6 // bound language tests. This ensures that the analyzer and dart2js agrees 6 // bound language tests. This ensures that the analyzer and dart2js agrees
7 // on these tests. 7 // on these tests.
8 8
9 import 'warnings_checker.dart'; 9 import 'warnings_checker.dart';
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 // Getters. 44 // Getters.
45 'co19/src/Language/07_Classes/2_Getters_A05_t01.dart': null, 45 'co19/src/Language/07_Classes/2_Getters_A05_t01.dart': null,
46 'co19/src/Language/07_Classes/2_Getters_A05_t02.dart': null, 46 'co19/src/Language/07_Classes/2_Getters_A05_t02.dart': null,
47 'co19/src/Language/07_Classes/2_Getters_A05_t03.dart': null, 47 'co19/src/Language/07_Classes/2_Getters_A05_t03.dart': null,
48 'co19/src/Language/07_Classes/2_Getters_A05_t04.dart': null, 48 'co19/src/Language/07_Classes/2_Getters_A05_t04.dart': null,
49 }; 49 };
50 50
51 void main() { 51 void main() {
52 checkWarnings(TESTS); 52 checkWarnings(TESTS);
53 } 53 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/backend_dart/test_helper.dart ('k') | tests/compiler/dart2js/constant_expression_evaluate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698