Revision: 11926
Author:   [email protected]
Date:     Mon Jun 25 06:57:52 2012
Log:      Fix failing test after r11924.

[email protected]
BUG=chromium:132744
TEST=cctest/test-dictionary/ObjectHashTableCausesGC

Review URL: https://chromiumcodereview.appspot.com/10658016
http://code.google.com/p/v8/source/detail?r=11926

Modified:
 /branches/bleeding_edge/test/cctest/test-dictionary.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-dictionary.cc Mon Jun 25 06:33:48 2012 +++ /branches/bleeding_edge/test/cctest/test-dictionary.cc Mon Jun 25 06:57:52 2012
@@ -134,7 +134,7 @@
   FLAG_gc_interval = 0;

   // Calling Lookup() should not cause GC ever.
-  CHECK(table->Lookup(*key)->IsUndefined());
+  CHECK(table->Lookup(*key)->IsTheHole());

   // Calling Put() should request GC by returning a failure.
   CHECK(table->Put(*key, *key)->IsRetryAfterGC());

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to