Skip to content

Commit c1458f6

Browse files
committed
Correctly rename the cmake testing function
A previous CL did most of the rename, but the function name was accidentally reverted before the change went in. PiperOrigin-RevId: 298442235
1 parent 59e8ef1 commit c1458f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/test_rules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include(CMakeParseArguments)
2424
#
2525
# Defines a new test executable target with the given target name, sources, and
2626
# dependencies. Implicitly adds DEPENDS on gtest and gtest_main.
27-
function(cc_test name)
27+
function(firebase_cpp_cc_test name)
2828
if (ANDROID OR IOS)
2929
return()
3030
endif()

0 commit comments

Comments
 (0)