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

Unified Diff: test/unittests/compiler/typer-unittest.cc

Issue 1410073004: [unittests] Fix build/namespaces style guide violation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler/typer-unittest.cc
diff --git a/test/unittests/compiler/typer-unittest.cc b/test/unittests/compiler/typer-unittest.cc
index 7113bf2eec96211ffa72bcd3d2ed31a6bbeb79f5..4a462cef1023c685f293e7a3b0e965e0957ba5f1 100644
--- a/test/unittests/compiler/typer-unittest.cc
+++ b/test/unittests/compiler/typer-unittest.cc
@@ -11,9 +11,9 @@
#include "test/cctest/types-fuzz.h"
#include "test/unittests/compiler/graph-unittest.h"
-using namespace v8::internal;
-using namespace v8::internal::compiler;
-
+namespace v8 {
+namespace internal {
+namespace compiler {
// TODO(titzer): generate a large set of deterministic inputs for these tests.
class TyperTest : public TypedGraphTest {
@@ -417,3 +417,7 @@ TEST_F(TyperTest, TypeRegressInt32Constant) {
EXPECT_TRUE(type->Is(NewRange(i, i)));
}
}
+
+} // namespace compiler
+} // namespace internal
+} // namespace v8
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698