remove reference to old test

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-09-02 16:44:13 -07:00
parent a353005296
commit 6cc627a643
@@ -367,11 +367,6 @@ TEST_F(ScriptCanvasTestFixture, InterpretedMultipleOutDataFlowParseError)
ExpectParseError("LY_SC_UnitTest_MultipleOutDataFlowParseError");
}
TEST_F(ScriptCanvasTestFixture, InterpretedSimultaneousDataInputError)
{
ExpectParseError("LY_SC_UnitTest_SimultaneousDataInputError");
}
TEST_F(ScriptCanvasTestFixture, InterpretedAnyAsTailNoOp)
{
RunUnitTestGraph("LY_SC_UnitTest_AnyAsTailNoOp");