Put test classes in anonymous namespace.
authorDejan Mircevski <deki@google.com>
Mon, 31 Aug 2015 19:24:32 +0000 (15:24 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:52:01 +0000 (12:52 -0400)
commit73d7082245bc2920f3be0ffc573d44294589b45e
treefde704d64f1cec30923b5d498961d0d1c3b98618
parentad7cefd80e82e4f89ca255311670190747f924e8
Put test classes in anonymous namespace.

Put TestFixture.h classes in a namespace.

Remove unused #includes.
23 files changed:
test/BinaryEndianness.cpp
test/BinaryHeaderGet.cpp
test/BinaryToText.cpp
test/Comment.cpp
test/DiagnosticPrint.cpp
test/ExtInstGLSLstd450.cpp
test/FixWord.cpp
test/LibspirvMacros.cpp
test/NamedId.cpp
test/OpcodeIsVariable.cpp
test/OpcodeMake.cpp
test/OpcodeRequiresCapabilities.cpp
test/OpcodeSplit.cpp
test/OpcodeTableGet.cpp
test/OperandTableGet.cpp
test/TestFixture.h
test/TextAdvance.cpp
test/TextDestroy.cpp
test/TextLiteral.cpp
test/TextToBinary.cpp
test/TextWordGet.cpp
test/Validate.cpp
test/ValidateID.cpp