Index: frog/tests/frog/native_named_constructors1_frog_test.js |
diff --git a/frog/tests/frog/native_named_constructors1_frog_test.js b/frog/tests/frog/native_named_constructors1_frog_test.js |
deleted file mode 100644 |
index c25c1daacbe6d5764b71c14db49d5df9abd4af66..0000000000000000000000000000000000000000 |
--- a/frog/tests/frog/native_named_constructors1_frog_test.js |
+++ /dev/null |
@@ -1,5 +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. |
- |
-function A(x) { this._x = x; } |