Index: test/codegen/expect/notnull.js |
diff --git a/test/codegen/expect/notnull.js b/test/codegen/expect/notnull.js |
index 7e86acf50366deab05ad92f98337e42fdbd66da0..5f396e6c8f75c4ef80358a8d87ae876bcd934f57 100644 |
--- a/test/codegen/expect/notnull.js |
+++ b/test/codegen/expect/notnull.js |
@@ -150,7 +150,7 @@ dart_library.library('notnull', null, /* Imports */[ |
}; |
dart.fn(notnull.nonNullableCycle, dart.void, []); |
notnull.Foo = class Foo extends core.Object { |
- Foo() { |
+ new() { |
this.intField = null; |
this.varField = null; |
} |