Skip to content

Commit

Permalink
REVERT: Add Debug.Assert(false) to make sure test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Oct 2, 2023
1 parent b5dca03 commit 92fb279
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ namespace JIT.HardwareIntrinsics.Arm
[Fact]
public static void {TestName}()
{
if (1 == 1)
{
throw new Exception("One or more scenarios did not complete as expected.");
}
var test = new LoadVector{Op1VectorType}x2Test__{Op1BaseType}();
if (test.IsSupported)
{
Expand Down

0 comments on commit 92fb279

Please sign in to comment.