Skip to content

Commit b6fe025

Browse files
fbaeuerle4og
authored andcommitted
lib/os: fix mock_secpolev test
The build fails when exporting this to score baselibs due to a missing reference to main. GIT_ORIGIN_SPP_REV_ID: ef7db6ba40450aa5a65307ae0a2d020d53e974d8
1 parent e8640eb commit b6fe025

File tree

1 file changed

+1
-1
lines changed
  • score/os/mocklib/qnx

1 file changed

+1
-1
lines changed

score/os/mocklib/qnx/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ cc_test(
182182
target_compatible_with = ["@platforms//os:qnx"],
183183
deps = [
184184
":secpolev_mock",
185-
"@googletest//:gtest",
185+
"@googletest//:gtest_main",
186186
],
187187
)
188188

0 commit comments

Comments
 (0)