Skip to content

Commit 92fb279

Browse files
committed
REVERT: Add Debug.Assert(false) to make sure test runs
1 parent b5dca03 commit 92fb279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/JIT/HardwareIntrinsics/Arm/Shared/LoadVectorx2Test.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ namespace JIT.HardwareIntrinsics.Arm
2222
[Fact]
2323
public static void {TestName}()
2424
{
25+
if (1 == 1)
26+
{
27+
throw new Exception("One or more scenarios did not complete as expected.");
28+
}
2529
var test = new LoadVector{Op1VectorType}x2Test__{Op1BaseType}();
2630
if (test.IsSupported)
2731
{

0 commit comments

Comments
 (0)