Index: test/nested_groups_setup_teardown_test.dart |
diff --git a/test/nested_groups_setup_teardown_test.dart b/test/nested_groups_setup_teardown_test.dart |
index 212c9a881afe19e8fb8ebc363ded251341b65789..ca09ec62cf1f07c6ecce1c92548730952692ccec 100644 |
--- a/test/nested_groups_setup_teardown_test.dart |
+++ b/test/nested_groups_setup_teardown_test.dart |
@@ -43,7 +43,6 @@ void _test(message) { |
}); |
} |
- |
Function makeDelayedSetup(int index, StringBuffer s) => () { |
return new Future.delayed(new Duration(milliseconds: 1), () { |
s.write('l$index U '); |