Skip to content

Commit 70a92b3

Browse files
committed
Minor comment changes
1 parent 9bed555 commit 70a92b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/selective_build/test_selective_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ fi
198198
if [[ $1 == "cmake" ]];
199199
then
200200
cmake_install_executorch_lib
201-
# test_cmake_select_all_ops
202-
# test_cmake_select_ops_in_list
203-
# test_cmake_select_ops_in_yaml
201+
test_cmake_select_all_ops
202+
test_cmake_select_ops_in_list
203+
test_cmake_select_ops_in_yaml
204204
test_cmake_select_ops_in_yaml_gen_dtype_header
205205
elif [[ $1 == "buck2" ]];
206206
then

0 commit comments

Comments
 (0)