Reviewers: jarin,
Description:
Fix NaCl build.
[email protected]
Please review this at https://codereview.chromium.org/472823003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -2 lines):
M test/compiler-unittests/machine-operator-unittest.cc
Index: test/compiler-unittests/machine-operator-unittest.cc
diff --git a/test/compiler-unittests/machine-operator-unittest.cc
b/test/compiler-unittests/machine-operator-unittest.cc
index
4662e20101c7c448e1eb987762e20ab9d4f1bed2..d09665895d5c0896371a270d621a0ab9c2125f31
100644
--- a/test/compiler-unittests/machine-operator-unittest.cc
+++ b/test/compiler-unittests/machine-operator-unittest.cc
@@ -19,14 +19,14 @@ class MachineOperatorCommonTest : public
CompilerTestWithParam<MachineType> {
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.