Index: test/codegen/expect/_isolate_helper/_isolate_helper.js |
diff --git a/test/codegen/expect/_isolate_helper/_isolate_helper.js b/test/codegen/expect/_isolate_helper/_isolate_helper.js |
index a16ca27c7b409dd94e618b573a9a1eda877f599e..93efabcc880e79484109a4199d018489285e1a8f 100644 |
--- a/test/codegen/expect/_isolate_helper/_isolate_helper.js |
+++ b/test/codegen/expect/_isolate_helper/_isolate_helper.js |
@@ -708,7 +708,7 @@ var _isolate_helper; |
get thisScript() { |
return computeThisScript(); |
}, |
- set thisScript() {}, |
+ set thisScript(_) {}, |
get workerIds() { |
return new core.Expando(); |
} |