Index: test/codegen/expect/temps.js |
diff --git a/test/codegen/expect/temps.js b/test/codegen/expect/temps.js |
index 75975a5605fa0a35defebfe5155de86da68cd920..3a89c58d6259e555e5b5627fd8abd73ee6a7efe8 100644 |
--- a/test/codegen/expect/temps.js |
+++ b/test/codegen/expect/temps.js |
@@ -31,7 +31,7 @@ var core = dart.import(core); |
dart.setSignature(OptionalArg, { |
constructors: () => ({ |
OptionalArg: [OptionalArg, [], [core.int]], |
- named: [OptionalArg, [], {op: core.int}] |
+ named: [OptionalArg, [], {_opt: core.int}] |
}) |
}); |
function main() { |