Index: pkg/dev_compiler/test/codegen_expected/script.js |
diff --git a/pkg/dev_compiler/test/codegen_expected/script.js b/pkg/dev_compiler/test/codegen_expected/script.js |
index 2b8cfec37d2ccab6f9c2ef5f4cfd91d4baa20a13..0d1116c007d86f22d11ce64364f49b1d5789ac75 100644 |
--- a/pkg/dev_compiler/test/codegen_expected/script.js |
+++ b/pkg/dev_compiler/test/codegen_expected/script.js |
@@ -8,7 +8,7 @@ define(['dart_sdk'], function(dart_sdk) { |
let ListOfStringTovoid = () => (ListOfStringTovoid = dart.constFn(dart.fnType(dart.void, [ListOfString()])))(); |
script.main = function(args) { |
let name = args[dartx.join](' '); |
- if (name == '') name = 'world'; |
+ if (name === '') name = 'world'; |
core.print(dart.str`hello ${name}`); |
}; |
dart.fn(script.main, ListOfStringTovoid()); |