Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit472acee

Browse files
authored
Merge pull requestdotnet#5004 from Microsoft/merges/master-to-dev15.8
Merge master to dev15.8
2 parents613b810 +970b616 commit472acee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎tests/fsharp/test-framework.fs‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,11 @@ type public InitializeSuiteAttribute () =
272272
inherit TestActionAttribute()
273273

274274
overridex.BeforeTest details=
275-
if details.IsSuite
276-
then suiteHelpers.Force()|> ignore
277-
275+
try
276+
if details.IsSuite
277+
then suiteHelpers.Force()|> ignore
278+
with
279+
| e-> raise(Exception("failed test suite initialization, debug code in InitializeSuiteAttribute", e))
278280
overridex.AfterTest _details=
279281
()
280282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp