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

Side by Side Diff: tests/compiler/dart2js/import_mirrors_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, 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 // Test that the compiler emits a warning on import of 'dart:mirrors' unless 5 // Test that the compiler emits a warning on import of 'dart:mirrors' unless
6 // the flag --enable-experimental-mirrors is used. 6 // the flag --enable-experimental-mirrors is used.
7 7
8 library dart2js.test.import; 8 library dart2js.test.import;
9 9
10 import 'dart:async'; 10 import 'dart:async';
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 DUAL_INDIRECT_IMPORT3, 404 DUAL_INDIRECT_IMPORT3,
405 DUAL_INDIRECT_PACKAGE_IMPORT1, 405 DUAL_INDIRECT_PACKAGE_IMPORT1,
406 DIRECT_EXPORT, 406 DIRECT_EXPORT,
407 INDIRECT_EXPORT1, 407 INDIRECT_EXPORT1,
408 INDIRECT_EXPORT2, 408 INDIRECT_EXPORT2,
409 INDIRECT_PACKAGE_EXPORT1, 409 INDIRECT_PACKAGE_EXPORT1,
410 INDIRECT_PACKAGE_EXPORT2], 410 INDIRECT_PACKAGE_EXPORT2],
411 (map) => checkPaths(map) 411 (map) => checkPaths(map)
412 )); 412 ));
413 } 413 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/frontend_checker.dart ('k') | tests/compiler/dart2js/instantiated_classes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698