Update existing tests
This commit is contained in:
parent
7953d5df0e
commit
0ccd5c4898
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ pub mod mod1 {
|
||||||
pub mod mod2 {
|
pub mod mod2 {
|
||||||
// @has - '//code' 'pub use tag::Portability;'
|
// @has - '//code' 'pub use tag::Portability;'
|
||||||
// @!has - '//span' 'Deprecated'
|
// @!has - '//span' 'Deprecated'
|
||||||
// @has - '//span' 'sync'
|
// @!has - '//span' 'sync'
|
||||||
pub use tag::Portability;
|
pub use tag::Portability;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ pub mod mod2 {
|
||||||
pub mod mod3 {
|
pub mod mod3 {
|
||||||
// @has - '//code' 'pub use tag::Both;'
|
// @has - '//code' 'pub use tag::Both;'
|
||||||
// @has - '//span' 'Deprecated'
|
// @has - '//span' 'Deprecated'
|
||||||
// @has - '//span' 'sync'
|
// @!has - '//span' 'sync'
|
||||||
pub use tag::Both;
|
pub use tag::Both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ pub mod mod1 {
|
||||||
pub mod mod2 {
|
pub mod mod2 {
|
||||||
// @has - '//code' 'pub use tag::Portability;'
|
// @has - '//code' 'pub use tag::Portability;'
|
||||||
// @!has - '//span' 'Experimental'
|
// @!has - '//span' 'Experimental'
|
||||||
// @has - '//span' 'sync'
|
// @!has - '//span' 'sync'
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub use tag::Portability;
|
pub use tag::Portability;
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ pub mod mod2 {
|
||||||
pub mod mod3 {
|
pub mod mod3 {
|
||||||
// @has - '//code' 'pub use tag::Both;'
|
// @has - '//code' 'pub use tag::Both;'
|
||||||
// @has - '//span' 'Experimental'
|
// @has - '//span' 'Experimental'
|
||||||
// @has - '//span' 'sync'
|
// @!has - '//span' 'sync'
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub use tag::Both;
|
pub use tag::Both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue