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

Unified Diff: tests/corelib/print_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/corelib/print_test.dart
diff --git a/tests/corelib/print_test.dart b/tests/corelib/print_test.dart
index 7139d75e2f7c498b6317a3c6df52158a186dbdbd..5bcaf2e450c7e0d4b0814d28a1af5ad925a3d344 100644
--- a/tests/corelib/print_test.dart
+++ b/tests/corelib/print_test.dart
@@ -7,7 +7,7 @@ import 'package:expect/expect.dart';
class A {
toString() {
if (false
- || true /// 01: runtime error
+ || true //# 01: runtime error
) {
return 499;
} else {

Powered by Google App Engine
This is Rietveld 408576698