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

Unified Diff: test/webkit/fast/js/object-slow-put.js

Issue 62213002: Change test expectations for webkit/fast/js/object-slow-put and friends. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed ouch debug output as unnecessary. 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 | « test/webkit/fast/js/object-bad-time-expected.txt ('k') | test/webkit/fast/js/object-slow-put-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/object-slow-put.js
diff --git a/test/webkit/fast/js/object-slow-put.js b/test/webkit/fast/js/object-slow-put.js
index bf8234f209c68cf992bb8dd3da6312d56fccdfd3..49c20ba2101729c3d03cbaccb0424abce89eb94c 100644
--- a/test/webkit/fast/js/object-slow-put.js
+++ b/test/webkit/fast/js/object-slow-put.js
@@ -29,7 +29,7 @@ function Cons() {
}
var ouches = 0;
-Cons.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
+Cons.prototype.__defineSetter__("3", function() { ouches++; });
function foo() {
var result = new Cons();
« no previous file with comments | « test/webkit/fast/js/object-bad-time-expected.txt ('k') | test/webkit/fast/js/object-slow-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698