Removes some leftover log

More Linux fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-03 15:21:58 -08:00
parent 0dbf1b0b43
commit b1eeebb6b6
4 changed files with 7 additions and 6 deletions
@@ -10,6 +10,7 @@
#include <gtest/gtest.h>
#include <xcb/xcb.h>
#include <AzCore/UnitTest/TestTypes.h>
#include "MockXcbInterface.h"
@@ -17,7 +18,7 @@ namespace AzFramework
{
// Sets up mock behavior for the xcb library, providing an xcb_connection_t that is returned from a call to xcb_connect
class XcbBaseTestFixture
: public UnitTest::ScopedAllocatorSetupFixture
: public ::UnitTest::ScopedAllocatorSetupFixture
{
public:
void SetUp() override;