| Index: pkg/dev_compiler/test/codegen/js_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/js_test.dart b/pkg/dev_compiler/test/codegen/js_test.dart
|
| index 44768010113ee4bdedd1d5f143c8405ca91407dd..2c862d0b1629eefba3e05e64ab6662b0b4950cb3 100644
|
| --- a/pkg/dev_compiler/test/codegen/js_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/js_test.dart
|
| @@ -447,7 +447,7 @@ main() {
|
| var result = context.callMethod('callable');
|
| expect(result, 'called');
|
| context.deleteProperty('callable');
|
| - }, skip: "https://github.com/dart-lang/dev_compiler/issues/244");
|
| + });
|
|
|
| });
|
|
|
|
|