| Index: tests/language/call_nonexistent_constructor_test.dart
|
| diff --git a/tests/language/call_nonexistent_constructor_test.dart b/tests/language/call_nonexistent_constructor_test.dart
|
| index d85b726c6a1ba825af6d45ced31820b17e21ad78..cdc7202dfd8288c6a8f25669e76ba125c198926d 100644
|
| --- a/tests/language/call_nonexistent_constructor_test.dart
|
| +++ b/tests/language/call_nonexistent_constructor_test.dart
|
| @@ -1,7 +1,6 @@
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| -// Dart test program for constructors and initializers.
|
|
|
| // When attempting to call a nonexistent constructor, check that a
|
| // NoSuchMethodException is thrown.
|
|
|