From 10d2a9a269745d85ff5038196f1881c82f8be304 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 20 Dec 2018 06:51:22 +0530 Subject: [PATCH] Remove redundant arguments from hipMemset3D test --- hipamd/tests/src/runtimeApi/memory/hipMemset3D.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hipamd/tests/src/runtimeApi/memory/hipMemset3D.cpp b/hipamd/tests/src/runtimeApi/memory/hipMemset3D.cpp index 53e21c93bb..151a86a6c0 100644 --- a/hipamd/tests/src/runtimeApi/memory/hipMemset3D.cpp +++ b/hipamd/tests/src/runtimeApi/memory/hipMemset3D.cpp @@ -24,8 +24,7 @@ THE SOFTWARE. /* HIT_START * BUILD: %t %s ../../test_common.cpp - * //Small copy - * RUN: %t -N 10 --memsetval 0x42 + * RUN: %t * HIT_END */