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

Unified Diff: tests/language/library_negative_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/library_negative_test.dart
diff --git a/tests/language/library_negative_test.dart b/tests/language/library_negative_test.dart
index 33635cf28237a70dd2a6d5c6112a0c9be6c5db06..e15b1592cd1dbb58e63f95a846955a9cdc665763 100644
--- a/tests/language/library_negative_test.dart
+++ b/tests/language/library_negative_test.dart
@@ -5,8 +5,8 @@
// library spec file that does not exist.
library LibraryNegativeTest.dart;
-import "nonexisting_library.lib";
+import "nonexisting_library.lib";
main(args) {
LibraryNegativeTest.testMain(args);

Powered by Google App Engine
This is Rietveld 408576698