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

Unified Diff: tests/language/regress_18713_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/regress_18713_test.dart
diff --git a/tests/language/regress_18713_test.dart b/tests/language/regress_18713_test.dart
index 7e9f32bd29c1bad114ae00ae8b3e7da44e25daed..ebf484acbcc1768cc59578430421d95243c66702 100644
--- a/tests/language/regress_18713_test.dart
+++ b/tests/language/regress_18713_test.dart
@@ -16,7 +16,8 @@ class S<Y> {
class TS<A, B> = T<A> with S<B>;
-@NoInline() @AssumeDynamic()
+@NoInline()
+@AssumeDynamic()
dyn(x) => x;
main() {

Powered by Google App Engine
This is Rietveld 408576698