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

Unified Diff: tests/language_strong/deferred_duplicate_prefix2_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 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/deferred_duplicate_prefix2_test.dart
diff --git a/tests/language_strong/deferred_duplicate_prefix2_test.dart b/tests/language_strong/deferred_duplicate_prefix2_test.dart
index d93c4e8e743054187a53206cc9ffff952d732ff4..fc1a501e7894c2a71d083f7df411e832f8af8895 100644
--- a/tests/language_strong/deferred_duplicate_prefix2_test.dart
+++ b/tests/language_strong/deferred_duplicate_prefix2_test.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.
-import "deferred_prefix_constraints_lib.dart" deferred as lib; /// 01: compile-time error
+import "deferred_prefix_constraints_lib.dart" deferred as lib; //# 01: compile-time error
import "deferred_prefix_constraints_lib2.dart" as lib;
void main() {}

Powered by Google App Engine
This is Rietveld 408576698