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

Unified Diff: tests/fletchc/incremental/feature_test.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 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
Index: tests/fletchc/incremental/feature_test.dart
diff --git a/tests/fletchc/incremental/feature_test.dart b/tests/fletchc/incremental/feature_test.dart
index fd5f2b7e2f4697176c65aa22eab0e02f138b4e4d..15f28585164e7ca7de0a9f83a7ca0b62922a4d1b 100644
--- a/tests/fletchc/incremental/feature_test.dart
+++ b/tests/fletchc/incremental/feature_test.dart
@@ -40,7 +40,7 @@ import 'package:compiler/src/elements/elements.dart' show
FunctionElement,
LibraryElement;
-import 'package:compiler/src/dart2jslib.dart' show
+import 'package:compiler/src/compiler.dart' show
Compiler;
import 'package:compiler/src/source_file_provider.dart' show
@@ -260,7 +260,7 @@ compileAndRun(
for (var breakpoint in breakpoints) {
print("Added breakpoint: $breakpoint");
}
- if (!helper.compiler.compiler.mainFunction.isErroneous) {
+ if (!helper.compiler.compiler.mainFunction.isMalformed) {
// If there's a syntax error in main, we cannot find it to set a
// breakpoint.
// TODO(ahe): Consider if this is a problem?

Powered by Google App Engine
This is Rietveld 408576698