File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ fn allow_features() {
148
148
. masquerade_as_nightly_cargo ( )
149
149
. env ( "RUSTC_BOOTSTRAP" , "1" )
150
150
. with_stdout ( "im-a-teapot = true" )
151
- . with_stderr ( "[FINISHED] [..]" )
152
151
. run ( ) ;
153
152
154
153
p. cargo ( "-Zallow-features=test-dummy-unstable -Zprint-im-a-teapot build" )
@@ -203,17 +202,7 @@ fn allow_features_to_rustc() {
203
202
. masquerade_as_nightly_cargo ( )
204
203
. env ( "RUSTC_BOOTSTRAP" , "1" )
205
204
. with_status ( 101 )
206
- . with_stderr_contains (
207
- "\
208
- [COMPILING] a [..]
209
- error[E0725]: the feature `test_2018_feature` is not in the list of allowed features
210
- " ,
211
- )
212
- . with_stderr_contains (
213
- "\
214
- error: could not compile `a`
215
- " ,
216
- )
205
+ . with_stderr_contains ( "[..]E0725[..]" )
217
206
. run ( ) ;
218
207
219
208
p. cargo ( "-Zallow-features=test_2018_feature build" )
You can’t perform that action at this time.
0 commit comments