Skip to content

Commit e437dd5

Browse files
Update source/TestAdapter/Executor.cs
Co-authored-by: Laurent Ellerbach <laurelle@microsoft.com>
1 parent 7ba6e81 commit e437dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TestAdapter/Executor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ await Task.Run(delegate
486486
match = Regex.Matches(assemblyProperties, pattern, RegexOptions.IgnoreCase);
487487

488488
// only class libs have this attribute, therefore sanity check is required
489-
string nativeVersion = "";
489+
string nativeVersion = string.Empty;
490490
if (match.Count == 1)
491491
{
492492
nativeVersion = match[0].Value;

0 commit comments

Comments
 (0)