From d3add47973f5d08f367e5c7d8b16e727f3c5ce2a Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Wed, 22 Oct 2025 15:54:58 -0400 Subject: [PATCH] Tests/Instrumentation: Remove unused files --- .../Instrumentation/cmake-command-non-int-version-result.txt | 1 - .../Instrumentation/cmake-command-non-int-version-stderr.txt | 2 -- .../cmake-command-unsupported-version-result.txt | 1 - .../cmake-command-unsupported-version-stderr.txt | 3 --- 4 files changed, 7 deletions(-) delete mode 100644 Tests/RunCMake/Instrumentation/cmake-command-non-int-version-result.txt delete mode 100644 Tests/RunCMake/Instrumentation/cmake-command-non-int-version-stderr.txt delete mode 100644 Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-result.txt delete mode 100644 Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-stderr.txt diff --git a/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-result.txt b/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-result.txt deleted file mode 100644 index d00491fd7e..0000000000 --- a/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-result.txt +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-stderr.txt b/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-stderr.txt deleted file mode 100644 index b6615ffa60..0000000000 --- a/Tests/RunCMake/Instrumentation/cmake-command-non-int-version-stderr.txt +++ /dev/null @@ -1,2 +0,0 @@ -CMake Error at CMakeLists\.txt:37 \(cmake_instrumentation\): - cmake_instrumentation given a non-integer DATA_VERSION\. diff --git a/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-result.txt b/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-result.txt deleted file mode 100644 index d00491fd7e..0000000000 --- a/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-result.txt +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-stderr.txt b/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-stderr.txt deleted file mode 100644 index 2eab2247d2..0000000000 --- a/Tests/RunCMake/Instrumentation/cmake-command-unsupported-version-stderr.txt +++ /dev/null @@ -1,3 +0,0 @@ -CMake Error at CMakeLists\.txt:44 \(cmake_instrumentation\): - cmake_instrumentation given an unsupported API_VERSION "0" \(the only - currently supported version is 1\)\.