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

Unified Diff: dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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: dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
diff --git a/dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java b/dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
index 43b307755c7a4cc5fac87fe957ea6b45dc91df7e..03e2f3380ebc292403f7ce924f9a0edba6a4da92 100644
--- a/dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
+++ b/dart/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
@@ -474,7 +474,6 @@ public final class QuickFixProcessorTest extends AbstractDartTest {
""});
setTestUnitContent(
"// filler filler filler filler filler filler filler filler filler filler",
- "part of App;",
"main() {",
" AAA a = null;",
"}",
@@ -490,7 +489,6 @@ public final class QuickFixProcessorTest extends AbstractDartTest {
// unit itself is not changed
assertTestUnitContent(
"// filler filler filler filler filler filler filler filler filler filler",
- "part of App;",
"main() {",
" AAA a = null;",
"}",

Powered by Google App Engine
This is Rietveld 408576698