Skip to content

Commit f51a580

Browse files
committed
test: migrate rustc_info_cache to snapbox
1 parent b25039f commit f51a580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/rustc_info_cache.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Tests for the cache file for the rustc version info.
22
3-
#![allow(deprecated)]
4-
53
use cargo_test_support::{basic_bin_manifest, paths::CargoPathExt};
64
use cargo_test_support::{basic_manifest, project};
75
use std::env;
@@ -10,6 +8,7 @@ const MISS: &str = "[..] rustc info cache miss[..]";
108
const HIT: &str = "[..]rustc info cache hit[..]";
119
const UPDATE: &str = "[..]updated rustc info cache[..]";
1210

11+
#[allow(deprecated)]
1312
#[cargo_test]
1413
fn rustc_info_cache() {
1514
let p = project()
@@ -105,6 +104,7 @@ fn rustc_info_cache() {
105104
.run();
106105
}
107106

107+
#[allow(deprecated)]
108108
#[cargo_test]
109109
fn rustc_info_cache_with_wrappers() {
110110
let wrapper_project = project()

0 commit comments

Comments
 (0)