From c6d94cd41f99b330a9de6990024e7e6a41df6a56 Mon Sep 17 00:00:00 2001 From: Akira Kawata Date: Sat, 14 Oct 2023 09:18:44 +0900 Subject: [PATCH] Fix CMakeLists.txt --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c429c1c..04a70b7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -213,7 +213,7 @@ add_test(NAME test_curl ${cmake_binary_dir}/sloader curl -s www.example.com) set_tests_properties(test_rustc test_top test_bash_plus test_curl - test_python3_torch_ones PROPERTIES WILL_FAIL TRUE) + PROPERTIES WILL_FAIL TRUE) if(CUSTOM_LIBC_PATH) add_custom_target(