From 88ff8d9da434558f7228d0287e239e9f94d9d876 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 11 Aug 2017 14:49:17 +0530 Subject: [PATCH] [dtests] Fix hip_threadfence_system test's BUILD command Change-Id: I037c523369e4bddd7a386ffe117fe97a178900fd --- hipamd/tests/src/deviceLib/hip_threadfence_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp b/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp index be59d56ab1..31f6db1e17 100644 --- a/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp +++ b/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp -std=c++11 + * BUILD: %t %s ../test_common.cpp NVCC_OPTIONS -std=c++11 * RUN: %t * HIT_END */