Fix another part-of related test failure

Library names must match.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22288 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
hausner@google.com 2013-05-01 22:05:15 +00:00
parent 9c7f8e873c
commit 37d226d230

View file

@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test program testing overridden messageNotUnderstood.
part of ManyOverriddenNoSuchMethodTest.dart;
part of OverriddenNoSuchMethodTest.dart;
class GetName {
foo(a, b) => "foo";