| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/BadErrorMessages.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/BadErrorMessages.dart b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/BadErrorMessages.dart
|
| deleted file mode 100644
|
| index 199fa95eb4dd1088084aa90fa67fee76a32041bb..0000000000000000000000000000000000000000
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/BadErrorMessages.dart
|
| +++ /dev/null
|
| @@ -1,12 +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.
|
| -
|
| -/*
|
| - * A collection of code snippets that cause the parser to crash.
|
| - * It should generate an error message along the lines indicated
|
| - * in the comments. Currently, the parser dies with an assertion
|
| - * failure.
|
| - */
|
| -class Test002 { Test002 this; int sample; } // this; is illegal
|
| -class A { static int x = 1; } // static fields may not be initialized unless const
|
|
|