| Index: tests/language/src/TryCatch9NegativeTest.dart
|
| diff --git a/tests/language/src/TryCatch9NegativeTest.dart b/tests/language/src/TryCatch9NegativeTest.dart
|
| deleted file mode 100644
|
| index 9e3694b1e33ca1a1c94bf8ee73fcdfc7ea97f895..0000000000000000000000000000000000000000
|
| --- a/tests/language/src/TryCatch9NegativeTest.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2011, 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 to check that the catching exception class is defined.
|
| -
|
| -main() {
|
| - try {
|
| - throw "Hello";
|
| - } catch (MammaMia e) {
|
| - // Exception undefined, error at compile time expected. Instead we are
|
| - // catching all.
|
| - }
|
| -}
|
|
|