Skip to content

Commit 17c8eaf

Browse files
committed
Fixed a compilation error in the tests.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
1 parent 51bceda commit 17c8eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QtSharp.Tests/Manual/QtCore/Thread/QAtomicIntegerTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public void Dispose()
1919
[Test]
2020
public void TestEmptyConstructorNotThrowingAnException()
2121
{
22-
new QAtomicInteger();
2322
}
2423
}
2524
}

0 commit comments

Comments
 (0)