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
/PPublic

Commit369b8a9

Browse files
ChristineZh0uChristine Zhou
and
Christine Zhou
authored
Fix list tests lists duplicated tests (#912)
Co-authored-by: Christine Zhou <zhouchrs@amazon.com>
1 parent493d765 commit369b8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Src/PChecker/CheckerCore/Testing/TestingProcess.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static List<string> FetchTestCases(CheckerConfiguration checkerConfigurat
130130
Console.Out.WriteLine($"{mi.DeclaringType.Name}");
131131
}
132132

133-
if(mi.DeclaringType.Name.StartsWith(testCaseName))
133+
elseif(mi.DeclaringType.Name.StartsWith(testCaseName))
134134
{
135135
Console.Out.WriteLine($"{mi.DeclaringType.Name}");
136136
testCases.Add(mi.DeclaringType.Name);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp