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

Unified Diff: tests/language_strong/source_self_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_strong/source_self_negative_test.dart
diff --git a/tests/language_strong/source_self_negative_test.dart b/tests/language_strong/source_self_negative_test.dart
index 176e1c41327d9c3990097a283d2a1b55cb75d504..b9b2e7e7dad3dc3060dae980b0afd5bf059551de 100644
--- a/tests/language_strong/source_self_negative_test.dart
+++ b/tests/language_strong/source_self_negative_test.dart
@@ -5,7 +5,8 @@
// Dart test program importing the core library explicitly.
library SourceSelfNegativeTest;
-part "source_self_negative_test.dart"; // recursive reference to self.
+
+part "source_self_negative_test.dart"; // recursive reference to self.
main() {
print('should not be able to recursively include self as library part');

Powered by Google App Engine
This is Rietveld 408576698