From 1fb7d6d57c369df4fc3eb197927498df0fbeeb1c Mon Sep 17 00:00:00 2001 From: CoreRasurae <luis.p.mendes@gmail.com> Date: Tue, 24 Apr 2018 22:43:23 +0100 Subject: [PATCH] Updated tests that were ocasionaly giving timeout, created test for issue #78 - NegativeIntegerTest --- src/test/java/com/aparapi/runtime/NegativeIntegerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/aparapi/runtime/NegativeIntegerTest.java b/src/test/java/com/aparapi/runtime/NegativeIntegerTest.java index c6404ed8..ee07714a 100644 --- a/src/test/java/com/aparapi/runtime/NegativeIntegerTest.java +++ b/src/test/java/com/aparapi/runtime/NegativeIntegerTest.java @@ -33,7 +33,7 @@ import com.aparapi.device.OpenCLDevice; import com.aparapi.internal.kernel.KernelManager; /** - * Originally created for testing issue #81 + * Originally created for testing issue #78 * */ public class NegativeIntegerTest -- GitLab