diff --git a/hphp/test/quick/hhir_eq_stack.php b/hphp/test/quick/hhir_eq_stack.php index 8443c0f53..cf3279941 100644 --- a/hphp/test/quick/hhir_eq_stack.php +++ b/hphp/test/quick/hhir_eq_stack.php @@ -14,6 +14,7 @@ function wat() { $l = array($z, $z); $y = $k == $z; $k = null; + return $y; } try { wat(); }