summaryrefslogtreecommitdiffstats
path: root/toolkit/library/gtest/rust
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /toolkit/library/gtest/rust
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/library/gtest/rust')
-rw-r--r--toolkit/library/gtest/rust/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/library/gtest/rust/lib.rs b/toolkit/library/gtest/rust/lib.rs
index 218353ee2e..87f3af5e6b 100644
--- a/toolkit/library/gtest/rust/lib.rs
+++ b/toolkit/library/gtest/rust/lib.rs
@@ -4,6 +4,7 @@
extern crate bench_collections_gtest;
extern crate dap_ffi_gtest;
+extern crate dllservices_gtest;
extern crate fog_gtest;
#[cfg(feature = "gecko-fuzz-targets")]
extern crate gecko_fuzz_targets;
@@ -13,4 +14,3 @@ extern crate moz_task_gtest;
extern crate mp4parse_gtest;
extern crate nsstring_gtest;
extern crate xpcom_gtest;
-extern crate dllservices_gtest;