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); |
} |