Index: test/codegen/expect/closure.js |
diff --git a/test/codegen/expect/closure.js b/test/codegen/expect/closure.js |
index dedd188764341ba0b9d768a3127e44b2c8021013..d635a9a964d232878bd6b5fe59f089e214ed2ad8 100644 |
--- a/test/codegen/expect/closure.js |
+++ b/test/codegen/expect/closure.js |
@@ -109,7 +109,7 @@ dart_library.library('closure', null, /* Imports */[ |
}); |
return Foo; |
}); |
- let Foo = Foo$(); |
+ const Foo = Foo$(); |
/** @final {string} */ |
Foo.some_static_constant = "abc"; |
/** @final {string} */ |