fix for late compilation errors on untyped input

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-10-05 16:48:00 -07:00
parent 977d58e1a8
commit 882e72dab3
4 changed files with 3247 additions and 5229 deletions
@@ -779,7 +779,7 @@ TEST_F(ScriptCanvasTestFixture, InterpretedPrintConnectedInput)
TEST_F(ScriptCanvasTestFixture, InterpretedPrintFormatEmptyValue)
{
RunUnitTestGraph("LY_SC_UnitTest_PrintFormatEmptyValue", ExecutionMode::Interpreted);
ExpectParseError("LY_SC_UnitTest_PrintFormatEmptyValue");
}
TEST_F(ScriptCanvasTestFixture, InterpretedProperties)
@@ -819,7 +819,7 @@ TEST_F(ScriptCanvasTestFixture, InterpretedStringFormat)
TEST_F(ScriptCanvasTestFixture, InterpretedStringFormatEmptyValue)
{
RunUnitTestGraph("LY_SC_UnitTest_StringFormatEmptyValue", ExecutionMode::Interpreted);
ExpectParseError("LY_SC_UnitTest_StringFormatEmptyValue");
}
TEST_F(ScriptCanvasTestFixture, InterpretedStringFormatWithRepeatedValueName)