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

Unified Diff: dart/tests/try/poi/serialize_test.dart

Issue 747933002: Quick fixes to broken tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « dart/tests/try/poi/library_updater_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/poi/serialize_test.dart
diff --git a/dart/tests/try/poi/serialize_test.dart b/dart/tests/try/poi/serialize_test.dart
index c161d97c8b6c5c059e50e42b33c07b264f541fef..8cc192d832533473d0190b18838a57724951a2b6 100644
--- a/dart/tests/try/poi/serialize_test.dart
+++ b/dart/tests/try/poi/serialize_test.dart
@@ -28,6 +28,7 @@ import 'package:compiler/src/source_file_provider.dart' show
FormattingDiagnosticHandler;
Future testInteresting() {
+ poi.cachedCompiler = null;
Uri script = Platform.script.resolve('data/interesting.dart');
FormattingDiagnosticHandler handler = new FormattingDiagnosticHandler();
@@ -48,6 +49,7 @@ Future testInteresting() {
}
Future testSubclass(FormattingDiagnosticHandler handler) {
+ poi.cachedCompiler = null;
int position = 506;
Uri script = Platform.script.resolve('data/subclass.dart');
@@ -67,6 +69,7 @@ Future testSubclass(FormattingDiagnosticHandler handler) {
}
Future testAbstractField(FormattingDiagnosticHandler handler) {
+ poi.cachedCompiler = null;
int position = 321;
Uri script = Platform.script.resolve('data/abstract_field.dart');
« no previous file with comments | « dart/tests/try/poi/library_updater_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698