Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: test/message/instanceof.js

Issue 66463002: Fix error message wording when instanceof throws. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime.js ('k') | test/message/instanceof.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/instanceof.js
diff --git a/test/mjsunit/regress/regress-2690.js b/test/message/instanceof.js
similarity index 97%
copy from test/mjsunit/regress/regress-2690.js
copy to test/message/instanceof.js
index 5fe7dc42dc693cf7f0a3e9a2b13c0f7b306189e2..1d55e0f94ebf1ff421ee80b7c7818fb4df7a18f2 100644
--- a/test/mjsunit/regress/regress-2690.js
+++ b/test/message/instanceof.js
@@ -25,5 +25,4 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-assertTrue(/\1[a]/.test("\1a"));
-
+1 instanceof 2;
« no previous file with comments | « src/runtime.js ('k') | test/message/instanceof.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698