| Index: tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart
|
| index 585dcea655bbea78603785fd98ac10679820bd98..834805545d6d3700a9e7025a0a0c315d47e569fd 100644
|
| --- a/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart
|
| @@ -29,7 +29,7 @@ class B extends A {
|
| @native A makeA() { return new A(); }
|
| @native B makeB() { return new B(); }
|
|
|
| -@native(@"""
|
| +@native(r"""
|
| function inherits(child, parent) {
|
| if (child.prototype.__proto__) {
|
| child.prototype.__proto__ = parent.prototype;
|
|
|