Skip to content

Commit bed2bdf

Browse files
authored
[NFCI] Change compiler_rt_Test_runtime to lowercase (#133362)
1 parent 68571f9 commit bed2bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
101101
compiler_rt_test_runtime(xray)
102102
endif()
103103
if(COMPILER_RT_BUILD_ORC)
104-
compiler_rt_Test_runtime(orc)
104+
compiler_rt_test_runtime(orc)
105105
endif()
106106
# ShadowCallStack does not yet provide a runtime with compiler-rt, the tests
107107
# include their own minimal runtime

0 commit comments

Comments
 (0)