File: fix-test-zdict-builder.diff

package info (click to toggle)
rust-zstd-safe 7.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: Add cfg for test requiring zdict_builder feature
Last-Update: 2022-09-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/tests.rs
+++ b/src/tests.rs
@@ -78,2 +78,3 @@
 #[test]
+#[cfg(feature = "zdict_builder")]
 fn test_dictionary() {