Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extension/flat_tensor/serialize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# Flatbuffer schema header lib. Please this file formatted by running:
# Flatbuffer schema header lib. Please keep this file formatted by running:
# ~~~
# cmake-format -i CMakeLists.txt
# ~~~
Expand Down
1 change: 0 additions & 1 deletion extension/flat_tensor/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# @generated by test/utils/generate_gtest_cmakelists.py
#
# This file should be formatted with
# ~~~
Expand Down
7 changes: 0 additions & 7 deletions test/utils/OSSTestConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
"../print_evalue.cpp"
]
},
{
"directory": "extension/flat_tensor/test",
"sources": [
"flat_tensor_data_map_test.cpp",
"flat_tensor_header_test.cpp"
]
},
{
"directory": "extension/kernel_util/test",
"sources": [
Expand Down
Loading