Move tests into namespaces (#1689)

This CL moves the test into namespaces based on their directories.
This commit is contained in:
dan sinclair
2018-07-11 09:24:49 -04:00
committed by GitHub
parent ef94651b92
commit 595ae5e6b6
191 changed files with 3965 additions and 3590 deletions
+3 -1
View File
@@ -20,6 +20,7 @@
#include "gmock/gmock.h"
#include "test_fixture.h"
namespace spvtools {
namespace {
using spvtest::EnumCase;
@@ -74,4 +75,5 @@ TEST_F(OpFunctionControlTest, WrongFunctionControl) {
// TODO(dneto): OpFunctionEnd
// TODO(dneto): OpFunctionCall
} // anonymous namespace
} // namespace
} // namespace spvtools