Skip to content
Snippets Groups Projects
Commit cbcdeafb authored by kevmoo@j832.com's avatar kevmoo@j832.com
Browse files

pkg/unittest: remove overriding stack variable

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//58903013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30322 260f80e4-7a28-3924-810f-c04153c831b5
parent e39cae2d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ class TestCase {
bool get isComplete => !enabled || result != null;
Function _errorHandler(String stage) => (e, stack) {
var stack;
if (stack == null && e is Error) {
stack = e.stackTrace;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment