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

Unified Diff: tests/isolate/compile_time_error_test.dart

Issue 2770063002: Revert "Format all multitests" (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
« no previous file with comments | « tests/html/js_typed_interop_type3_test.dart ('k') | tests/isolate/enum_const_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/compile_time_error_test.dart
diff --git a/tests/isolate/compile_time_error_test.dart b/tests/isolate/compile_time_error_test.dart
index c81fb5e5f428275334a28da75ff42c69c93eacc3..2cc98aef381b1225eac9cec4f972a471558e12fd 100644
--- a/tests/isolate/compile_time_error_test.dart
+++ b/tests/isolate/compile_time_error_test.dart
@@ -6,15 +6,14 @@
// processed correctly and don't result in crashes.
library Isolate3NegativeTest;
-
import 'dart:isolate';
import 'dart:async';
import "package:async_helper/async_helper.dart";
class TestClass {
TestClass.named(num this.fld1)
- // Should cause a compilation error (for the spawned isolate). It is a
- // runtime error for the test.
+ // Should cause a compilation error (for the spawned isolate). It is a
+ // runtime error for the test.
: fld2 = this.fld1 // //# 01: compile-time error
;
num fld1;
« no previous file with comments | « tests/html/js_typed_interop_type3_test.dart ('k') | tests/isolate/enum_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698