summaryrefslogtreecommitdiff
path: root/test_util/src/test_server.rs
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-20 00:34:24 +1100
committerGitHub <noreply@github.com>2024-02-19 06:34:24 -0700
commit2b279ad630651e973d5a31586f58809f005bc925 (patch)
tree3e3cbeb4126643c75381dd5422e8603a7488bb8a /test_util/src/test_server.rs
parenteb542bc185c6c4ce1847417a2dfdf04862cd86db (diff)
chore: move `test_util` to `tests/util/server` (#22444)
As discussed with @mmastrac. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'test_util/src/test_server.rs')
-rw-r--r--test_util/src/test_server.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_util/src/test_server.rs b/test_util/src/test_server.rs
deleted file mode 100644
index 6fc86f415..000000000
--- a/test_util/src/test_server.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-
-fn main() {
- test_util::servers::run_all_servers();
-}