| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/UnaryTest.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/UnaryTest.dart b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/UnaryTest.dart
|
| deleted file mode 100644
|
| index 3a64a875b12da71f112e5c2aa177da914242608e..0000000000000000000000000000000000000000
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/UnaryTest.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 for testing binary operations.
|
| -
|
| -class UnaryTest {
|
| - static foo() { return 4; }
|
| - static moo() { return +5; }
|
| - static testMain() {
|
| - Expect.equals(9.0, (UnaryTest.foo() + UnaryTest.moo()));
|
| - }
|
| -}
|
|
|