Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: src/compiler/instruction-selector-unittest.cc

Issue 540823002: Refactor common unit test code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/instruction-selector-unittest.h ('k') | src/compiler/machine-operator-reducer-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction-selector-unittest.cc
diff --git a/src/compiler/instruction-selector-unittest.cc b/src/compiler/instruction-selector-unittest.cc
index 7b775f8874575a6cf33ae1cb48d169343a3ba29a..cc67567d839ac41d262a27a69ebe4d3c99bf9b3a 100644
--- a/src/compiler/instruction-selector-unittest.cc
+++ b/src/compiler/instruction-selector-unittest.cc
@@ -4,6 +4,7 @@
#include "src/compiler/instruction-selector-unittest.h"
+#include "src/compiler/compiler-test-utils.h"
#include "src/flags.h"
namespace v8 {
@@ -20,6 +21,9 @@ typedef RawMachineAssembler::Label MLabel;
InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
+InstructionSelectorTest::~InstructionSelectorTest() {}
+
+
InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
InstructionSelector::Features features,
InstructionSelectorTest::StreamBuilderMode mode) {
« no previous file with comments | « src/compiler/instruction-selector-unittest.h ('k') | src/compiler/machine-operator-reducer-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698