Revision: 22848
Author: [email protected]
Date: Tue Aug 5 08:10:21 2014 UTC
Log: Fix build.
[email protected]
Review URL: https://codereview.chromium.org/442603004
http://code.google.com/p/v8/source/detail?r=22848
Modified:
/branches/bleeding_edge/test/unittests/test-isolate.cc
=======================================
--- /branches/bleeding_edge/test/unittests/test-isolate.cc Tue Aug 5
08:07:25 2014 UTC
+++ /branches/bleeding_edge/test/unittests/test-isolate.cc Tue Aug 5
08:10:21 2014 UTC
@@ -11,13 +11,13 @@
namespace internal {
IsolateTest::IsolateTest() : isolate_(v8::Isolate::New()) {
- ASSERT_THAT(isolate_, NotNull());
+ EXPECT_THAT(isolate_, NotNull());
isolate_->Enter();
}
IsolateTest::~IsolateTest() {
- ASSERT_THAT(isolate_, NotNull());
+ EXPECT_THAT(isolate_, NotNull());
isolate_->Exit();
isolate_->Dispose();
isolate_ = NULL;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.