Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method missing a body: dart/utils/tests/string_encoding/dunit.dart #13318

Closed
DartBot opened this issue Sep 14, 2013 · 2 comments
Closed

Method missing a body: dart/utils/tests/string_encoding/dunit.dart #13318

DartBot opened this issue Sep 14, 2013 · 2 comments

Comments

@DartBot
Copy link

DartBot commented Sep 14, 2013

This issue was originally filed by @jpedrosa


What steps will reproduce the problem?

  1. Check out this file:
    https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/utils/tests/string_encoding/dunit.dart
  2. On line 116:
    void registerTests(TestSuite suite);
  3. That method has no body and it's not an abstract class.

What is the expected output? What do you see instead?
I expect the method to have a body like so:
void registerTests(TestSuite suite) { }

@lrhn
Copy link
Member

lrhn commented Sep 19, 2013

Added Area-Tools, Triaged labels.

@mit-mit
Copy link
Member

mit-mit commented Sep 1, 2015

Closing as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants