update parser and unit tests to respect the new way slots are added to user function nodes

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2022-01-13 13:24:48 -08:00
parent 4e755cc258
commit 13d6451b6a
4 changed files with 2012 additions and 21 deletions
@@ -935,3 +935,8 @@ TEST_F(ScriptCanvasTestFixture, InterpretedExecutionOutPerformance)
{
RunUnitTestGraph("LY_SC_UnitTest_ExecutionOutPerformance", ExecutionMode::Interpreted);
}
TEST_F(ScriptCanvasTestFixture, PromotedUserVariables)
{
RunUnitTestGraph("LY_SC_UnitTest_PromotedUserVariables", ExecutionMode::Interpreted);
}