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

Unified Diff: tests/language/black_listed_test.dart

Issue 2770063002: Revert "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/language/bit_operations_test.dart ('k') | tests/language/bool_condition_check_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/black_listed_test.dart
diff --git a/tests/language/black_listed_test.dart b/tests/language/black_listed_test.dart
index a575375b86a94bedd66b266af2f57b6ed3d8155c..43e355465928846f94c5aca7c5bace6b93580fec 100644
--- a/tests/language/black_listed_test.dart
+++ b/tests/language/black_listed_test.dart
@@ -38,7 +38,6 @@ abstract class MyStringInterface implements String default F { // //# 10: compil
// Function.
class MyFunction implements Function {}
-
class MyOtherFunction extends Function {}
abstract class MyFunctionInterface implements Function default F { // //# 12: compile-time error
MyFunctionInterface(); // //# 12: continued
@@ -50,6 +49,7 @@ abstract class MyDynamicInterface implements dynamic default F { // //# 14: com
MyDynamicInterface(); // //# 14: continued
} // //# 14: continued
+
class F {
factory MyBoolInterface() { return null; } // //# 02: continued
factory MyNumInterface() { return null; } // //# 04: continued
@@ -60,6 +60,7 @@ class F {
factory MyDynamicInterface() { return null; } // //# 14: continued
}
+
main() {
new MyBool(); // //# 01: continued
new MyBoolInterface(); // //# 02: continued
« no previous file with comments | « tests/language/bit_operations_test.dart ('k') | tests/language/bool_condition_check_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698