| Index: tests/language/src/AssertKeywordNegativeTest.dart
|
| diff --git a/tests/language/src/AssertKeywordNegativeTest.dart b/tests/language/src/AssertKeywordNegativeTest.dart
|
| deleted file mode 100644
|
| index b7b2a911330ffddeb0ab9df6970b52c2a1da69e0..0000000000000000000000000000000000000000
|
| --- a/tests/language/src/AssertKeywordNegativeTest.dart
|
| +++ /dev/null
|
| @@ -1,16 +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.
|
| -
|
| -class AssertKeywordNegativeTest {
|
| -
|
| - static void testMain() {
|
| - assert(true);
|
| - "assert"(true);
|
| - }
|
| -
|
| -}
|
| -
|
| -main() {
|
| - AssertKeywordNegativeTest.testMain();
|
| -}
|
|
|