| Index: pkg/dev_compiler/test/codegen/lib/html/callbacks_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/callbacks_test.dart b/pkg/dev_compiler/test/codegen/lib/html/callbacks_test.dart
|
| index c6e9498eb8e8107d4a14395a3aa730f08424cacb..7afeae5bacf2f588f05004058cd0b617b7c621bc 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/callbacks_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/callbacks_test.dart
|
| @@ -1,11 +1,5 @@
|
| -library CallbacksTest;
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| import 'dart:html';
|
|
|
| main() {
|
| - useHtmlConfiguration();
|
| - test('RequestAnimationFrameCallback', () {
|
| - window.requestAnimationFrame((num time) => false);
|
| - });
|
| + window.requestAnimationFrame((num time) => false);
|
| }
|
|
|