8000 Fix compilation warning · repo-archive/libgit2sharp@9364bb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9364bb9

Browse files
committed
Fix compilation warning
1 parent c25c6e4 commit 9364bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void TypesInLibGit2SharpMustBeExtensibleInATestingContext()
126126
Activator.CreateInstance(type, true);
127127
}
128128
}
129-
catch (Exception ex)
129+
catch
130130
{
131131
nonTestableTypes.Add(type, new List<string>());
132132
}

0 commit comments

Comments
 (0)
0