Skip to content

Commit 2450720

Browse files
authored
Merge pull request #193 from jakubadamw/fix-stable-build
Fix the build with the stable toolchain
2 parents b3d5dd2 + 84b0c2f commit 2450720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> test::TestDescAndFn
259259
ignore: early_props.ignore,
260260
should_panic: should_panic,
261261
allow_fail: false,
262+
#[cfg(not(feature = "stable"))]
262263
test_type: test::TestType::IntegrationTest,
263264
},
264265
testfn: make_test_closure(config, testpaths),

0 commit comments

Comments
 (0)