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

Unified Diff: tests/compiler/dart2js_native/native_field_invocation2_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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_native/native_field_invocation2_test.dart
diff --git a/tests/compiler/dart2js_native/native_field_invocation2_test.dart b/tests/compiler/dart2js_native/native_field_invocation2_test.dart
index 7b6dc9084d22be71c16b33ae9239c7fdcd320788..290a68fa45b6b515bfd5e6870347285e101d6d20 100644
--- a/tests/compiler/dart2js_native/native_field_invocation2_test.dart
+++ b/tests/compiler/dart2js_native/native_field_invocation2_test.dart
@@ -18,13 +18,12 @@ class NNative {
g(val) => "### $val ###";
}
-nativeId(x) native;
+nativeId(x) native ;
void setup() native """
nativeId = function(x) { return x; }
""";
-
class ClickCounter {
var status;

Powered by Google App Engine
This is Rietveld 408576698