Skip to content

Commit f10bf4c

Browse files
authored
Update AliceBobCarolDaveTest.java
1 parent a240c4a commit f10bf4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/de/mirkosertic/metair/ir/opencl/AliceBobCarolDaveTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import de.mirkosertic.metair.opencl.api.Platform;
99
import de.mirkosertic.metair.opencl.api.PlatformFactory;
1010
import de.mirkosertic.metair.opencl.api.PlatformProperties;
11-
import org.junit.jupiter.api.Disabled;
1211
import org.junit.jupiter.api.Test;
1312

1413
import static de.mirkosertic.metair.opencl.api.Float4.float4;
@@ -17,7 +16,6 @@
1716
import static de.mirkosertic.metair.opencl.api.VectorFunctions.dot;
1817
import static de.mirkosertic.metair.opencl.api.VectorFunctions.length;
1918

20-
@Disabled
2119
public class AliceBobCarolDaveTest {
2220

2321
@Test
@@ -157,4 +155,4 @@ public void processWorkItem() {
157155
final long theDuration = System.currentTimeMillis() - theStart;
158156
System.out.println("Took " + theDuration);
159157
}
160-
}
158+
}

0 commit comments

Comments
 (0)