Fix runTest return type

[ROCm/hip commit: 7f7a7041a5]
このコミットが含まれているのは:
Rahul Garg
2018-05-29 16:18:14 +05:30
コミット ecf51641e3
+1 -1
ファイルの表示
@@ -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;