Make sure the test fails

This commit is contained in:
Amjad Masad
2015-11-11 12:07:23 -08:00
parent 65dc981ce9
commit 352a604fe2

View File

@@ -1,7 +1,8 @@
var code = multiline([
"(function() {",
" var bar = 'lol';",
" function foo(b){",
' b === "lol";',
" b === bar;",
" foo(b);",
" }",
"})();",