Skip to content

Commit

Permalink
Fixed Testcase for #764
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Oct 23, 2023
1 parent ff6ff35 commit e8d6a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TestCases/InheritanceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;

using ILRuntime.Runtime;
using ILRuntimeTest.TestFramework;

namespace TestCases
Expand Down Expand Up @@ -369,6 +369,7 @@ public override float Update(float a, float b)
}
abstract class AbstractBase
{
[ILRuntimeJIT(ILRuntimeJITFlags.NoJIT)]
public abstract float Update(float a, float b);
}

Expand Down

0 comments on commit e8d6a82

Please sign in to comment.