diff --git a/src/test/java/com/aparapi/runtime/OpenCLDeviceConfiguratorTest.java b/src/test/java/com/aparapi/runtime/OpenCLDeviceConfiguratorTest.java index 8c811ad8d584bd425c98ab0c542e8eb56e860af2..388fffdf0874af989d05774bc99e66efa4e61d37 100644 --- a/src/test/java/com/aparapi/runtime/OpenCLDeviceConfiguratorTest.java +++ b/src/test/java/com/aparapi/runtime/OpenCLDeviceConfiguratorTest.java @@ -227,7 +227,7 @@ public class OpenCLDeviceConfiguratorTest { IOpenCLDeviceConfigurator configurator = new IOpenCLDeviceConfigurator() { @Override public void configure(OpenCLDevice device) { - throw new IllegalArgumentException("Should be catched exception"); + throw new IllegalArgumentException("This exception is part of the test, shouldn't cause test to fail"); } }; OpenCLDevice.setConfigurator(configurator);