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

Unified Diff: tests/language/compile_time_constant_p_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/compile_time_constant_p_test.dart
diff --git a/tests/language/compile_time_constant_p_test.dart b/tests/language/compile_time_constant_p_test.dart
index d833ff2a5f34815119e272c5a300104941d8ee26..6bc19832cf8e43ca8d503c4c1595c3e1af17b4da 100644
--- a/tests/language/compile_time_constant_p_test.dart
+++ b/tests/language/compile_time_constant_p_test.dart
@@ -6,7 +6,7 @@ import "package:expect/expect.dart";
class A {
const A(
- this.x /// 01: compile-time error
+ this.x //# 01: compile-time error
);
final x = null;
}

Powered by Google App Engine
This is Rietveld 408576698