diff options
author | Andrew Kaster <akaster@serenityos.org> | 2022-10-09 14:08:37 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-10 12:23:12 +0200 |
commit | 51ebf20200c1112941371317caf847d65d33ab5f (patch) | |
tree | e2be0fec7e1fdb82bf12c279e9d82a11481d04b8 /Tests/LibRegex/CMakeLists.txt | |
parent | 0c07bed89c58d3fca745fbe12753335247406c05 (diff) | |
download | serenity-51ebf20200c1112941371317caf847d65d33ab5f.zip |
Tests: Remove LibRegex benchmark test file that has become stale
This test file had #ifdef macros at the top that caused none of the
content to be compiled unless a developer manually wanted to run the
specific benchmarks within. As such, it has become stale. Remove it for
now, if someone wants to restore it in an always-runnable state, we can
restore the specific tests it's trying to benchmark.
Diffstat (limited to 'Tests/LibRegex/CMakeLists.txt')
-rw-r--r-- | Tests/LibRegex/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/LibRegex/CMakeLists.txt b/Tests/LibRegex/CMakeLists.txt index eeeacecfba..5d7d1f1efe 100644 --- a/Tests/LibRegex/CMakeLists.txt +++ b/Tests/LibRegex/CMakeLists.txt @@ -1,5 +1,4 @@ set(TEST_SOURCES - Benchmark.cpp Regex.cpp RegexLibC.cpp ) |