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

Unified Diff: tests/compiler/dart2js/analyze_only_test.dart

Issue 339563002: Remove scanBuiltinLibraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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: tests/compiler/dart2js/analyze_only_test.dart
diff --git a/tests/compiler/dart2js/analyze_only_test.dart b/tests/compiler/dart2js/analyze_only_test.dart
index a49cd4277d080d557f188e5fe6a3cdbca479e283..b76c192c4649a9a28ae0a90c9769e414fa88ba7e 100644
--- a/tests/compiler/dart2js/analyze_only_test.dart
+++ b/tests/compiler/dart2js/analyze_only_test.dart
@@ -44,7 +44,7 @@ runCompiler(String main, List<String> options,
result.then((String code) {
onValue(code, errors, warnings);
}, onError: (e) {
- throw 'Compilation failed';
+ throw 'Compilation failed: $e';
karlklose 2014/06/17 12:30:25 Do we need safeToString here?
Johnni Winther 2014/06/17 12:52:28 Done.
}).then(asyncSuccess);
}

Powered by Google App Engine
This is Rietveld 408576698