mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-21 03:35:25 -04:00
Move tests into namespaces (#1689)
This CL moves the test into namespaces based on their directories.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user