From e2842f2f2892a6e0a59901b68ccd28437dcff503 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 30 May 2018 11:26:11 +0530 Subject: [PATCH] [dtests] Fix nvcc path build errors in hipFuncGetAttributes.tst Change-Id: I000bed69162897f7b6edd733ed6e9acc93beb0ed --- hipamd/tests/src/runtimeApi/module/hipFuncGetAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/runtimeApi/module/hipFuncGetAttributes.cpp b/hipamd/tests/src/runtimeApi/module/hipFuncGetAttributes.cpp index 7d3eff5f73..6af87edb25 100644 --- a/hipamd/tests/src/runtimeApi/module/hipFuncGetAttributes.cpp +++ b/hipamd/tests/src/runtimeApi/module/hipFuncGetAttributes.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * RUN: %t * HIT_END */