fix proc-macro test added here to solely be exercised as a build product for the host.

thus we should no longer see test failures for e.g. wasm32 target.

(cherry picked from commit a2a7f27fd2548874b203f1f577f64cf61627e0a5)
This commit is contained in:
Felix S. Klock II
2023-08-08 11:40:35 -04:00
committed by Josh Stone
parent 0e869e84b6
commit b6068ba696
2 changed files with 4 additions and 0 deletions
@@ -1,3 +1,5 @@
// force-host
// no-prefer-dynamic
#![crate_type="lib"]
// Issue 111888: this crate (1.) is imported by a proc-macro crate and (2.)
@@ -1,4 +1,6 @@
// build-pass
// force-host
// no-prefer-dynamic
// aux-build:exports_no_mangle.rs
#![crate_type = "proc-macro"]