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

Unified Diff: dart/tests/try/web/incremental_compilation_update_test.dart

Issue 804903004: Refactor LibraryUpdater to prepare for parts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years 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/tests/try/web/incremental_compilation_update_test.dart
diff --git a/dart/tests/try/web/incremental_compilation_update_test.dart b/dart/tests/try/web/incremental_compilation_update_test.dart
index d71e4436a7e6020c7ab5b8cfcfa3ee474b51bec9..aacc82f25e925876cd3c7695d2bc751dbb971c60 100644
--- a/dart/tests/try/web/incremental_compilation_update_test.dart
+++ b/dart/tests/try/web/incremental_compilation_update_test.dart
@@ -1938,7 +1938,6 @@ DivElement numberedLines(String code) {
return result;
}
-
StyleElement lineNumberStyle() {
StyleElement style = new StyleElement()..appendText('''
h2, h3 {

Powered by Google App Engine
This is Rietveld 408576698