| Index: frog/tests/leg/class_codegen_test.dart
|
| diff --git a/frog/tests/leg/class_codegen_test.dart b/frog/tests/leg/class_codegen_test.dart
|
| index ce47c73afd9d59870d84caae5bf202ddbac055f5..7bfb9f9afb9e52abd014aa9168114f7801294ce5 100644
|
| --- a/frog/tests/leg/class_codegen_test.dart
|
| +++ b/frog/tests/leg/class_codegen_test.dart
|
| @@ -81,11 +81,7 @@ subClass() {
|
| fieldTest() {
|
| String generated = compileAll(TEST_FOUR);
|
| Expect.isTrue(generated.contains(@"""
|
| -Isolate.$defineClass("B", "A", function B(z, y, A_x) {
|
| - this.z = z;
|
| - this.y = y;
|
| - this.x = A_x;
|
| - },"""));
|
| +Isolate.$defineClass("B", "A", ["z", "y", "x"],"""));
|
| }
|
|
|
| constructor1() {
|
|
|