From 8bd20732f9e3525eea75c112271737731be235eb Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 8 Mar 2017 16:16:08 +0530 Subject: [PATCH] Disable hipMemPtrGetInfo test on nvcc path Change-Id: I864e571314abfe5ae614e6792c86d7b457c920ee --- hipamd/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp b/hipamd/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp index 5aa0072199..1f78b4afab 100644 --- a/hipamd/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp +++ b/hipamd/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */