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

Unified Diff: test/cctest/compiler/test-graph-visualizer.cc

Issue 1163803002: Cosmetic changes to tests to make it easier to concatenate them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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
Index: test/cctest/compiler/test-graph-visualizer.cc
diff --git a/test/cctest/compiler/test-graph-visualizer.cc b/test/cctest/compiler/test-graph-visualizer.cc
index 2d6338d06059305f1cbd23c4631f99ea2091afb5..19b35a257d6aa0df7f952e3f44d1751904b561f6 100644
--- a/test/cctest/compiler/test-graph-visualizer.cc
+++ b/test/cctest/compiler/test-graph-visualizer.cc
@@ -17,6 +17,8 @@
#include "src/compiler/source-position.h"
#include "src/compiler/verifier.h"
+namespace test_graph_visualizer {
ulan 2015/06/01 13:08:24 Now some tests are namespaced and others are not.
Erik Corry 2015/06/01 15:15:47 test namespaces removed
+
using namespace v8::internal;
using namespace v8::internal::compiler;
@@ -125,3 +127,5 @@ TEST(NodeNetworkOfDummiesReachableFromEnd) {
SourcePositionTable table(&graph);
os << AsJSON(graph, &table);
}
+
+} // namespace test_graph_visualizer

Powered by Google App Engine
This is Rietveld 408576698