summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/com/jogamp/opencl/test/util/UITestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/test/util/UITestCase.java b/test/com/jogamp/opencl/test/util/UITestCase.java
index c3c59f3b..d9abad43 100644
--- a/test/com/jogamp/opencl/test/util/UITestCase.java
+++ b/test/com/jogamp/opencl/test/util/UITestCase.java
@@ -131,7 +131,7 @@ public abstract class UITestCase {
final boolean abortTest = isOpenCLUnavailable || !testSupported;
if( abortTest ) {
if( isOpenCLUnavailable ) {
- System.err.print(" - CL not supported on "+Platform.getOSType());
+ System.err.print(" - CL not supported on this machine");
}
if( !testSupported ) {
System.err.print(" - "+unsupportedTestMsg);