Skip to content

Commit b38752d

Browse files
committed
Another lint issue.
1 parent bd4b916 commit b38752d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exe/arduino_ci.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def perform_unit_tests(cpp_library, file_config)
424424
compilers.each do |gcc_binary|
425425
# before compiling the tests, build a shared library of everything except the test code
426426
next unless build_shared_library(gcc_binary, p, config, cpp_library)
427+
427428
# now build and run each test using the shared library build above
428429
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
429430
unittest_name = unittest_path.basename.to_s

0 commit comments

Comments
 (0)