| Index: tests/compiler/dart2js_extra/math_lib_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/math_lib_test.dart b/tests/compiler/dart2js_extra/math_lib_test.dart
|
| deleted file mode 100644
|
| index 91d8f4c26f2267080a31b4dcbf147845ca13f4b2..0000000000000000000000000000000000000000
|
| --- a/tests/compiler/dart2js_extra/math_lib_test.dart
|
| +++ /dev/null
|
| @@ -1,10 +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.
|
| -
|
| -#import("dart:math");
|
| -
|
| -main() {
|
| - Expect.equals(2.0, sqrt(4));
|
| - Expect.equals(2.25, pow(1.5, 2.0));
|
| -}
|
|
|