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

Unified Diff: tests/compiler/dart2js_native/issue9182_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
« no previous file with comments | « tests/compiler/dart2js_native/hash_code_test.dart ('k') | tests/compiler/dart2js_native/js_const_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_native/issue9182_test.dart
diff --git a/tests/compiler/dart2js_native/issue9182_test.dart b/tests/compiler/dart2js_native/issue9182_test.dart
index 8bbee654c923a6b6630d1e6b895dc60af63586f8..5e06b3585abe89cef9631d455a381991f50f755c 100644
--- a/tests/compiler/dart2js_native/issue9182_test.dart
+++ b/tests/compiler/dart2js_native/issue9182_test.dart
@@ -30,7 +30,7 @@ function A(){}
makeA = function() { return new A; };
""";
-makeA() native;
+makeA() native ;
main() {
setup();
@@ -39,7 +39,7 @@ main() {
var foo = things[0];
var bar = things[1];
- Expect.equals(123, foo.Bar()); // Ensure that Foo.Bar is used.
+ Expect.equals(123, foo.Bar()); // Ensure that Foo.Bar is used.
Expect.equals(30, bar._x);
Expect.equals(40, bar._y);
« no previous file with comments | « tests/compiler/dart2js_native/hash_code_test.dart ('k') | tests/compiler/dart2js_native/js_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698