Skip to content

Commit cee03c1

Browse files
committed
Forgot to set variable to true.
1 parent 800c0d4 commit cee03c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/cpp_library_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def verified_install(backend, path)
279279
unless has_shared_lib
280280
lib = @cpp_library.build_shared_library([], compiler, config.gcc_config("uno"))
281281
expect(lib).not_to be nil
282-
has_shared_lib
282+
has_shared_lib = true
283283
end
284284
exe = @cpp_library.build_for_test(path, compiler)
285285
expect(exe).not_to be nil

0 commit comments

Comments
 (0)