Index: test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc |
diff --git a/test/unittests/compiler/s390/instruction-selector-s390-unittest.cc b/test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc |
similarity index 50% |
copy from test/unittests/compiler/s390/instruction-selector-s390-unittest.cc |
copy to test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc |
index 5fe72eec4099cbe2c435cb4579af2630aa5cab94..45c02877bb15702c0f3bb0776f9855ab06c104ff 100644 |
--- a/test/unittests/compiler/s390/instruction-selector-s390-unittest.cc |
+++ b/test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc |
@@ -1,11 +1,15 @@ |
-// Copyright 2014 the V8 project authors. All rights reserved. |
+// Copyright 2016 the V8 project authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "test/unittests/compiler/instruction-selector-unittest.h" |
+#include "src/v8.h" |
namespace v8 { |
namespace internal { |
-namespace compiler {} // namespace compiler |
+namespace interpreter { |
+ |
+// TODO(oth): Tests of peephole optimizations. |
+ |
+} // namespace interpreter |
} // namespace internal |
} // namespace v8 |