Revision: 23187
Author: [email protected]
Date: Tue Aug 19 09:20:51 2014 UTC
Log: Fix NaCl build.
[email protected]
Review URL: https://codereview.chromium.org/472823003
http://code.google.com/p/v8/source/detail?r=23187
Modified:
/branches/bleeding_edge/test/compiler-unittests/machine-operator-unittest.cc
=======================================
---
/branches/bleeding_edge/test/compiler-unittests/machine-operator-unittest.cc
Tue Aug 19 08:48:41 2014 UTC
+++
/branches/bleeding_edge/test/compiler-unittests/machine-operator-unittest.cc
Tue Aug 19 09:20:51 2014 UTC
@@ -19,14 +19,14 @@
virtual ~MachineOperatorCommonTest() { EXPECT_THAT(machine_, IsNull()); }
virtual void SetUp() V8_OVERRIDE {
- CompilerTestWithParam::SetUp();
+ CompilerTestWithParam<MachineType>::SetUp();
machine_ = new MachineOperatorBuilder(zone(), GetParam());
}
virtual void TearDown() V8_OVERRIDE {
delete machine_;
machine_ = NULL;
- CompilerTestWithParam::TearDown();
+ CompilerTestWithParam<MachineType>::TearDown();
}
protected:
--
--
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.