Removes ScriptCanvas_Regressions.cpp from Gems/ScriptCanvasTesting

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-06 15:35:02 -08:00
parent af2745afb8
commit 5b2ea01a83
2 changed files with 0 additions and 14 deletions
@@ -1,13 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <Source/Framework/ScriptCanvasTestFixture.h>
using namespace ScriptCanvasTests;
@@ -23,7 +23,6 @@ set(FILES
Tests/ScriptCanvas_Math.cpp
Tests/ScriptCanvas_MethodOverload.cpp
Tests/ScriptCanvas_NodeGenerics.cpp
Tests/ScriptCanvas_Regressions.cpp
Tests/ScriptCanvas_RuntimeInterpreted.cpp
Tests/ScriptCanvas_Slots.cpp
Tests/ScriptCanvas_StringNodes.cpp