Fix runTest return type

This commit is contained in:
Rahul Garg
2018-05-29 16:18:14 +05:30
parent 28c878f266
commit dabe2fda39
+1 -1
View File
@@ -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;