Skip to content

Commit 203e144

Browse files
committed
Update Main.cpp
1 parent b66d352 commit 203e144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 3DRadSpace/Engine3DRadSpace_Tests

3DRadSpace/Engine3DRadSpace_Tests/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int WinMain(
5353
int main(int argc, char** argv) {
5454
::testing::InitGoogleTest(&argc, argv);
5555

56-
WinMain(GetModuleHandle(NULL), NULL, GetCommandLineA(), SW_SHOWDEFAULT);
56+
//WinMain(GetModuleHandle(NULL), NULL, GetCommandLineA(), SW_SHOWDEFAULT);
5757

5858
return RUN_ALL_TESTS();
5959
}

0 commit comments

Comments
 (0)