From 039f62213b1aa9cb29d1b8fb1d64fd89edb9eb08 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Tue, 18 Jul 2017 12:37:37 +0530 Subject: [PATCH] Enable memcpytosymbol family functions test --- tests/src/deviceLib/hipTestDeviceSymbol.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 2ee1e02dc0..140f3d97dc 100644 --- a/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/tests/src/deviceLib/hipTestDeviceSymbol.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s * RUN: %t * HIT_END */ @@ -47,7 +47,7 @@ int main() A = new int[NUM]; B = new int[NUM]; C = new int[NUM]; - for(unsigned i=0;i