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

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: Updated cf. comments. 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..77eb7f07e26f52399f8d983db6cffa85e42a5192 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: ${Error.safeToString(e)}';
}).then(asyncSuccess);
}

Powered by Google App Engine
This is Rietveld 408576698