Skip to content

Commit 1999cea

Browse files
committed
added unit tests for affinity implementations
1 parent b71abb8 commit 1999cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/vanilla/java/affinity/impl/AbstractAffinityImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private void getAffinityReturnsValuePreviouslySet( final IAffinityImpl impl,
5858
assertEquals( mask, _mask );
5959
}
6060

61-
@AfterClass
61+
@After
6262
public void tearDown() throws Exception {
6363
final int cores = Runtime.getRuntime().availableProcessors();
6464
final int anyCore = ( 1 << cores ) - 1;

0 commit comments

Comments
 (0)