Tests: Fix RunCMake.ExcludeFromAll test program warning

Add a return value to `main()`.
This commit is contained in:
Brad King
2020-07-23 07:13:36 -04:00
parent 99c131c5a3
commit 36743436cf
+1
View File
@@ -1,3 +1,4 @@
int main()
{
return 0;
}