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

Unified Diff: tests/compiler/dart2js_native/js_constant_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/js_const_test.dart ('k') | tests/compiler/dart2js_native/jsobject_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_native/js_constant_test.dart
diff --git a/tests/compiler/dart2js_native/js_constant_test.dart b/tests/compiler/dart2js_native/js_constant_test.dart
index 19b2e6f9f1fe6f3055310886213bb895ea5376a3..7658dc07f467aac57ec6134b74199485219b1e1a 100644
--- a/tests/compiler/dart2js_native/js_constant_test.dart
+++ b/tests/compiler/dart2js_native/js_constant_test.dart
@@ -20,8 +20,8 @@ import "package:expect/expect.dart";
@NoInline()
checkString(r) {
- Expect.isTrue(r is String,
- 'Expected string, found ${r} of type ${r.runtimeType}');
+ Expect.isTrue(
+ r is String, 'Expected string, found ${r} of type ${r.runtimeType}');
}
test1() {
@@ -36,7 +36,6 @@ test3() {
checkString(JS('', '#.toString()', -0.0));
}
-
main() {
test1();
test2();
« no previous file with comments | « tests/compiler/dart2js_native/js_const_test.dart ('k') | tests/compiler/dart2js_native/jsobject_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698