From f78369ce58e13bd33642f692a6995ebef7e37d2e Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Tue, 23 Jan 2018 21:46:27 +0300 Subject: [PATCH] [HIPIFY][tests][win] Uncomment @echo off [ROCm/clr commit: 35bd23fb07a1bd48f09749473827de782aa6eda1] --- projects/clr/hipamd/tests/hipify-clang/run_test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/tests/hipify-clang/run_test.bat b/projects/clr/hipamd/tests/hipify-clang/run_test.bat index b4858db807..d8c8d74cf0 100644 --- a/projects/clr/hipamd/tests/hipify-clang/run_test.bat +++ b/projects/clr/hipamd/tests/hipify-clang/run_test.bat @@ -1,4 +1,4 @@ -rem @echo off +@echo off setlocal for %%i in (FileCheck.exe) do set FILE_CHECK=%%~$PATH:i