| Index: frog/tests/leg/src/ClassCodegenTest.dart
|
| diff --git a/frog/tests/leg/src/ClassCodegenTest.dart b/frog/tests/leg/src/ClassCodegenTest.dart
|
| index 4d5fce5bbc24569631049abd5893097b6d650d78..1176bbe044296d09c56ea3ffe6d2d2284ac102aa 100644
|
| --- a/frog/tests/leg/src/ClassCodegenTest.dart
|
| +++ b/frog/tests/leg/src/ClassCodegenTest.dart
|
| @@ -83,9 +83,9 @@ subClass() {
|
| fieldTest() {
|
| String generated = compileAll(TEST_FOUR);
|
| Expect.isTrue(generated.contains(@"""
|
| -$.B = function B(B_z, B_y, A_x) {
|
| - this.z = B_z;
|
| - this.y = B_y;
|
| +$.B = function B(z, y, A_x) {
|
| + this.z = z;
|
| + this.y = y;
|
| this.x = A_x;
|
| };"""));
|
| }
|
|
|