10 lines
200 B
C++
10 lines
200 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#include "TestCommon/Initialization.h"
|
|
|
|
#include <catch2/catch_test_macros.hpp>
|
|
|
|
GROUP_AFTER_GLOBAL(Catch::DefaultGroup)
|
|
{
|
|
CleanupLocalization();
|
|
}
|