Chromium Code Reviews| Index: test/codegen/expect/constructors.js | 
| diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js | 
| index 8739065a04ec737721b37ea08781421a494c1579..f91ea5c502696eddc3a7fb0b8d8e5e9bf86de50c 100644 | 
| --- a/test/codegen/expect/constructors.js | 
| +++ b/test/codegen/expect/constructors.js | 
| @@ -109,7 +109,7 @@ var core = dart.import(core); | 
| return new (Q$())("hello"); | 
| } | 
| bar() { | 
| - let q = Q.foo(); | 
| + let q = Q$().foo(); | 
| return dart.as(q.x, core.String); | 
| } | 
| bar2() { |