Skip to content

Commit c20d61b

Browse files
committed
File missed in last commit.
1 parent a16e33e commit c20d61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/testsomething_unittests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
before(:each) do
7676
@cpp_library = backend.install_local_library(cpp_lib_path)
77-
@cpp.library.build_shared_library([], compiler, config.gcc_config("uno"))
77+
@cpp_library.build_shared_library([], compiler, config.gcc_config("uno"))
7878
@exe = @cpp_library.build_for_test(path, compiler)
7979
end
8080

0 commit comments

Comments
 (0)