File: fix-tests-no-default-features

package info (click to toggle)
rust-salsa 0.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,492 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (20 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: salsa/Cargo.toml
===================================================================
--- salsa.orig/Cargo.toml
+++ salsa/Cargo.toml
@@ -179,6 +180,7 @@ path = "examples/lazy-input/main.rs"
 [[test]]
 name = "derive_update"
 path = "tests/derive_update.rs"
+required-features = ["macros"]
 
 #[[test]]
 #name = "durability"
@@ -435,6 +437,7 @@ path = "tests/derive_update.rs"
 [[test]]
 name = "warnings"
 path = "tests/warnings/main.rs"
+required-features = ["macros"]
 
 #[[bench]]
 #name = "accumulator"