Chromium Code Reviews| Index: test/mjsunit/function-property.js |
| diff --git a/test/mjsunit/function-property.js b/test/mjsunit/function-property.js |
| index a657f649c8334987925c2ba6eca3129e5c71f6b4..fc8666a87a8b94fd41eb5ec24b7db1a0a20495bf 100644 |
| --- a/test/mjsunit/function-property.js |
| +++ b/test/mjsunit/function-property.js |
| @@ -25,5 +25,5 @@ |
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| -function f() { }; |
| +function f() { } |
| assertEquals(5, f = 5); |