mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:27:45 +00:00
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.
This commit is contained in:
parent
0c07bed89c
commit
51ebf20200
2 changed files with 0 additions and 970 deletions
|
@ -1,5 +1,4 @@
|
|||
set(TEST_SOURCES
|
||||
Benchmark.cpp
|
||||
Regex.cpp
|
||||
RegexLibC.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue