Index: tests/compiler/dart2js/js_backend_cps_ir.dart |
diff --git a/tests/compiler/dart2js/js_backend_cps_ir.dart b/tests/compiler/dart2js/js_backend_cps_ir.dart |
index f1fd70ad15c384d0e803be736f2b0419482770f1..c2b05958d2fe66db35b352eee3fc71843f3c02f8 100644 |
--- a/tests/compiler/dart2js/js_backend_cps_ir.dart |
+++ b/tests/compiler/dart2js/js_backend_cps_ir.dart |
@@ -79,8 +79,9 @@ runTests(List<TestEntry> tests) { |
Expect.fail('Expected:\n$expected\nbut found\n$found'); |
} |
} |
- } catch (e) { |
+ } catch (e, st) { |
print(e); |
+ print(st); |
Expect.fail('The following test failed to compile:\n' |
'${formatTest(files)}'); |
} |