mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:51:38 +08:00
Merge branch 'master' into HEAD
This commit is contained in:
commit
5fd834f9b5
@ -10,7 +10,7 @@ using namespace vcpkg;
|
||||
|
||||
namespace UnitTest1
|
||||
{
|
||||
struct ArgumentTests : TestClass<ArgumentTests>
|
||||
class ArgumentTests : public TestClass<ArgumentTests>
|
||||
{
|
||||
TEST_METHOD(create_from_arg_sequence_options_lower)
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ using namespace vcpkg;
|
||||
|
||||
namespace UnitTest1
|
||||
{
|
||||
struct ArgumentTests : TestClass<ArgumentTests>
|
||||
class DependencyTests : public TestClass<DependencyTests>
|
||||
{
|
||||
TEST_METHOD(parse_depends_one)
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ namespace Strings = vcpkg::Strings;
|
||||
|
||||
namespace UnitTest1
|
||||
{
|
||||
struct ArgumentTests : TestClass<ArgumentTests>
|
||||
class ControlParsing : public TestClass<ControlParsing>
|
||||
{
|
||||
TEST_METHOD(SourceParagraph_Construct_Minimum)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user