aboutsummaryrefslogtreecommitdiff
path: root/tests/cl/program/execute/scalar-arithmetic-uint.cl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cl/program/execute/scalar-arithmetic-uint.cl')
-rw-r--r--tests/cl/program/execute/scalar-arithmetic-uint.cl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cl/program/execute/scalar-arithmetic-uint.cl b/tests/cl/program/execute/scalar-arithmetic-uint.cl
index a77f6fcd..30bbd12b 100644
--- a/tests/cl/program/execute/scalar-arithmetic-uint.cl
+++ b/tests/cl/program/execute/scalar-arithmetic-uint.cl
@@ -57,21 +57,21 @@ arg_out: 0 buffer uint[1] 0
## Division ##
[test]
-name: pos/pos
+name: pos div pos
kernel_name: div
arg_in: 1 uint 8
arg_in: 2 uint 4
arg_out: 0 buffer uint[1] 2
[test]
-name: pos/pos (remainder)
+name: pos div pos (remainder)
kernel_name: div
arg_in: 1 uint 7
arg_in: 2 uint 4
arg_out: 0 buffer uint[1] 1
[test]
-name: 0/num
+name: 0 div num
kernel_name: div
arg_in: 1 uint 0
arg_in: 2 uint 77