From dabe2fda39cd815913fc79624cdf5f5a903da062 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 --- hipamd/tests/src/texture/hipTextureObj2D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/texture/hipTextureObj2D.cpp b/hipamd/tests/src/texture/hipTextureObj2D.cpp index 504b632612..e214295989 100644 --- a/hipamd/tests/src/texture/hipTextureObj2D.cpp +++ b/hipamd/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;