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

Unified Diff: tests/language_strong/type_hoisting_test.dart

Issue 2954523002: fix #27259, implement covariance checking for strong mode and DDC (Closed)
Patch Set: merged and fix an analysis error Created 3 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 side-by-side diff with in-line comments
Download patch
Index: tests/language_strong/type_hoisting_test.dart
diff --git a/tests/language_strong/type_hoisting_test.dart b/tests/language_strong/type_hoisting_test.dart
index e6ab14edc515c1e4d567a8fecfc93ecbb395de8e..80cd145286b83f7a77de83e0a5f4452ab7d5c1d1 100644
--- a/tests/language_strong/type_hoisting_test.dart
+++ b/tests/language_strong/type_hoisting_test.dart
@@ -1,4 +1,3 @@
-// compile options: --hoist-signature-types --hoist-instance-creation --hoist-type-tests
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
« no previous file with comments | « tests/language_strong/covariant_subtyping_test.dart ('k') | tests/language_strong/type_no_hoisting_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698