We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaabdbe commit 3e31714Copy full SHA for 3e31714
src/System.Device.Gpio.Tests/LibGpiodDriverTests.Linux.cs
@@ -6,9 +6,7 @@
6
7
namespace System.Device.Gpio.Tests
8
{
9
- // TODO: Uncomment making public once the LibGpiodTests stop crashing with SegFault.
10
- // public
11
- class LibGpiodDriverTests : GpioControllerTestBase
+ public class LibGpiodDriverTests : GpioControllerTestBase
12
13
protected override GpioDriver GetTestDriver() => new LibGpiodDriver();
14
0 commit comments