| OLD | NEW |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 #library('common.dart'); | 5 #library('common.dart'); |
| 6 #import('dart:math', prefix: 'Math'); |
| 6 #source('BenchUtil.dart'); | 7 #source('BenchUtil.dart'); |
| 7 #source('Interval.dart'); | 8 #source('Interval.dart'); |
| 8 #source('JSON.dart'); | 9 #source('JSON.dart'); |
| 9 #source('Math2.dart'); | 10 #source('Math2.dart'); |
| OLD | NEW |