summarylogtreecommitdiffstats
path: root/fix-include-str-outside-package.patch
blob: 9f67e4f0f85150bbb99e89b232bcff4ddd5bec5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/bin/src/lib.rs b/bin/src/lib.rs
index a00cd1b5..431c8e88 100644
--- a/bin/src/lib.rs
+++ b/bin/src/lib.rs
@@ -738,15 +738,6 @@ impl TlsCertConfig {
 mod tests {
     use super::*;
 
-    #[cfg(feature = "recursor")]
-    #[test]
-    fn example_recursor_config() {
-        toml::from_str::<Config>(include_str!(
-            "../../tests/test-data/test_configs/example_recursor.toml"
-        ))
-        .unwrap();
-    }
-
     #[cfg(feature = "resolver")]
     #[test]
     fn single_store_config_error_message() {