Skip to content

Commit 5b118e8

Browse files
author
Maksim Volkau
committed
fix ci
1 parent b8fdca7 commit 5b118e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/FastExpressionCompiler.IssueTests/Issue495_Incomplete_pattern_detection_for_NotSupported_1007_Return_goto_from_TryCatch_with_Assign_generates_invalid_IL.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if NET8_0_OR_GREATER
21
using System;
32
using System.Reflection.Emit;
43
using System.Text.Json;
@@ -87,5 +86,4 @@ public void ReturnGotoFromTryCatchWithAssign_ShouldBeDetectedAsError1007(TestCon
8786
// // Expected: compiled should be null (pattern detected as unsupported)
8887
// t.IsNull(ff);
8988
}
90-
}
91-
#endif
89+
}

0 commit comments

Comments
 (0)