From 4bcb3372b52f150cfead9ca9c82be54a8b8bcbc8 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 --- tests/src/deviceLib/hip_threadfence_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/deviceLib/hip_threadfence_system.cpp b/tests/src/deviceLib/hip_threadfence_system.cpp index be59d56ab1..31f6db1e17 100644 --- a/tests/src/deviceLib/hip_threadfence_system.cpp +++ b/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 */