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

Unified Diff: test/rules/unrelated_type_equality_checks.dart

Issue 1972183002: Linter version 0.1.16 bump [TBR]. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « test/rules/dont_compare_unrelated_types_for_equality.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/unrelated_type_equality_checks.dart
diff --git a/test/rules/dont_compare_unrelated_types_for_equality.dart b/test/rules/unrelated_type_equality_checks.dart
similarity index 94%
rename from test/rules/dont_compare_unrelated_types_for_equality.dart
rename to test/rules/unrelated_type_equality_checks.dart
index f14abbcfaef76d4c3a02666b7e103b22deba2f5a..d479cc2f1747526427bbcefe2482f16c87da0e4d 100644
--- a/test/rules/dont_compare_unrelated_types_for_equality.dart
+++ b/test/rules/unrelated_type_equality_checks.dart
@@ -2,7 +2,7 @@
// 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.
-// test w/ `dart test/util/solo_test.dart dont_compare_unrelated_types_for_equality`
+// test w/ `dart test/util/solo_test.dart unrelated_type_equality_checks`
void someFunction() {
var x = '1';
« no previous file with comments | « test/rules/dont_compare_unrelated_types_for_equality.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698