Skip to content

Commit

Permalink
Remove extra end
Browse files Browse the repository at this point in the history
  • Loading branch information
James Foster committed Oct 12, 2020
1 parent 4fdd2a0 commit 89cff26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/arduino_ci/cpp_library.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def build_for_test_with_configuration(test_file, aux_libraries, gcc_binary, ci_g
arg_sets << test_args(aux_libraries, ci_gcc_config)
index = arg_sets.flatten(1).index { |s| s.include?("-DARDUINO=") }
arg_sets << ["-DARDUINO=100"] if index.nil?
end
arg_sets << cpp_files_libraries(aux_libraries).map(&:to_s)
arg_sets << [test_file.to_s]
args = arg_sets.flatten(1)
Expand Down

0 comments on commit 89cff26

Please sign in to comment.