We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line seems to make trouble, if you only have on arg
Unity/auto/generate_test_runner.rb
Line 155 in 61f4428
TEST_RANGE([0, 2, 1]) void testFlaf(int num) {}
undefined method `flatten' for 1:Integer (NoMethodError) from ./generate_test_runner.rb:155:in `map'
If it's replaced with
if arg_combinations.kind_of?(Array) arg_combinations.flatten.join(', ') else arg_combinations end
I don't know ruby ! So if there is a more correct way - or something that I don't know please take this only as a suggestion
The text was updated successfully, but these errors were encountered:
I made a PR for this, see #554.
Sorry, something went wrong.
Nice thanks - Your solution looks a bit better than mine :D
No branches or pull requests
This line seems to make trouble, if you only have on arg
Unity/auto/generate_test_runner.rb
Line 155 in 61f4428
If it's replaced with
I don't know ruby ! So if there is a more correct way - or something that I don't know please take this only as a suggestion
The text was updated successfully, but these errors were encountered: