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 92af8cdd087eaf6c5861c3b3a433345c39d3c972..e66da9802696bd7c9bf9f2ac7f412425ac363d71 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(); |
} |