Skip to content

Commit d59e7a3

Browse files
committed
test(toml): Scope proc_macro2 tests to libs
1 parent 72b170e commit d59e7a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/bad_config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ Caused by:
18521852
}
18531853

18541854
#[cargo_test]
1855-
fn proc_macro2() {
1855+
fn lib_proc_macro2() {
18561856
let foo = project()
18571857
.file(
18581858
"Cargo.toml",
@@ -1879,7 +1879,7 @@ fn proc_macro2() {
18791879
}
18801880

18811881
#[cargo_test(nightly, reason = "edition2024 is not stable")]
1882-
fn proc_macro2_2024() {
1882+
fn lib_proc_macro2_2024() {
18831883
let foo = project()
18841884
.file(
18851885
"Cargo.toml",
@@ -1913,7 +1913,7 @@ Caused by:
19131913
}
19141914

19151915
#[cargo_test]
1916-
fn proc_macro2_conflict() {
1916+
fn lib_proc_macro2_conflict() {
19171917
let foo = project()
19181918
.file(
19191919
"Cargo.toml",

0 commit comments

Comments
 (0)