Index: dart/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart |
diff --git a/dart/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart b/dart/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart |
deleted file mode 100644 |
index 85b68610d5700436e182f6b1e4acffdc197d30ca..0000000000000000000000000000000000000000 |
--- a/dart/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart |
+++ /dev/null |
@@ -1,11 +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. |
-part of someimpl_dart; |
- |
-class SomeClassImpl implements SomeClass { |
- String message_; |
- |
- SomeClassImpl(arg) : message_ = "w00t!" { } |
- String get message { return message_; } |
-} |