From ecf51641e3a03c17b5e2e71593411119457d2444 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Tue, 29 May 2018 16:18:14 +0530 Subject: [PATCH] Fix runTest return type [ROCm/hip commit: 7f7a7041a5b70b430023bab31ca42b0eeb5da5c7] --- projects/hip/tests/src/texture/hipTextureObj2D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/texture/hipTextureObj2D.cpp b/projects/hip/tests/src/texture/hipTextureObj2D.cpp index 504b632612..e214295989 100644 --- a/projects/hip/tests/src/texture/hipTextureObj2D.cpp +++ b/projects/hip/tests/src/texture/hipTextureObj2D.cpp @@ -29,7 +29,7 @@ int main(int argc, char** argv) { } } -void runTest(int argc, char** argv) { +int runTest(int argc, char** argv) { int testResult = 1; unsigned int width = 256; unsigned int height = 256;