From f6c09c893ac33faa817a4684724094459197736a Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Fri, 22 Apr 2016 11:30:51 -0700 Subject: [PATCH] Remove non-existent object-observe test from mjsunit.status TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1907423002 . Cr-Commit-Position: refs/heads/master@{#35740} --- test/mjsunit/mjsunit.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index f7360b6823..cfc221934b 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -259,7 +259,6 @@ # Slow tests. 'copy-on-write-assert': [PASS, SLOW], 'debug-scopes': [PASS, SLOW], - 'es7/object-observe': [PASS, ['mode == debug', SLOW]], 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 'readonly': [PASS, SLOW], 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],