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

Unified Diff: tests/compiler/dart2js_extra/invalid_annotation2_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
Index: tests/compiler/dart2js_extra/invalid_annotation2_test.dart
diff --git a/tests/compiler/dart2js_extra/invalid_annotation2_test.dart b/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
index f8238c3c272b2cdc029deb0427240783e7a226f2..eba4d33017ed41784fdb26b49a38ad824e25965b 100644
--- a/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
+++ b/tests/compiler/dart2js_extra/invalid_annotation2_test.dart
@@ -15,8 +15,9 @@ import 'dart:mirrors';
@Deprecated("m"
,, // //# 01: compile-time error
- )
-class A {}
+)
+class A {
+}
main() {
reflectClass(A).metadata;

Powered by Google App Engine
This is Rietveld 408576698