fix for late compilation errors on untyped input
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user