| Index: tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart b/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart
|
| index b0d1f5b7c4b7ce0326b1f733bdfac42fb7b96131..4e77ffed87801adf06808004e492994b9f9b2e79 100644
|
| --- a/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart
|
| @@ -27,7 +27,7 @@ class B extends A native "*B" {
|
| A makeA() native { return new A(); }
|
| B makeB() native { return new B(); }
|
|
|
| -void setup() native @"""
|
| +void setup() native r"""
|
| function inherits(child, parent) {
|
| if (child.prototype.__proto__) {
|
| child.prototype.__proto__ = parent.prototype;
|
|
|