| Index: test/cctest/compiler/simplified-graph-builder.h
|
| diff --git a/test/cctest/compiler/simplified-graph-builder.h b/test/cctest/compiler/simplified-graph-builder.h
|
| index c1a8b9be4ccd25a7e2d10442f0af42d58efa1b63..c9ba002c258535757224c5253aa6de567b7490f8 100644
|
| --- a/test/cctest/compiler/simplified-graph-builder.h
|
| +++ b/test/cctest/compiler/simplified-graph-builder.h
|
| @@ -137,7 +137,7 @@ class SimplifiedGraphBuilder : public GraphBuilder {
|
|
|
| protected:
|
| virtual Node* MakeNode(const Operator* op, int value_input_count,
|
| - Node** value_inputs, bool incomplete) FINAL;
|
| + Node** value_inputs, bool incomplete) final;
|
|
|
| private:
|
| Node* effect_;
|
|
|