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

Side by Side Diff: tests/compiler/dart2js/frontend_checker.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, 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
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 // Checks that dart2js produces the expected static type warnings and 5 // Checks that dart2js produces the expected static type warnings and
6 // compile-time errors for the provided multitests. 6 // compile-time errors for the provided multitests.
7 7
8 import 'dart:async'; 8 import 'dart:async';
9 import 'dart:io'; 9 import 'dart:io';
10 10
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 === ERROR: Unexpected result of analysis. 101 === ERROR: Unexpected result of analysis.
102 === 102 ===
103 === Please update the white-listing in $testFileName 103 === Please update the white-listing in $testFileName
104 === 104 ===
105 105
106 '''); 106 ''');
107 exit(1); 107 exit(1);
108 } 108 }
109 })); 109 }));
110 } 110 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/exit_code_helper.dart ('k') | tests/compiler/dart2js/import_mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698