@@ -3142,7 +3142,8 @@ fn compiler_json_error_format() {
31423142 "doctest": false,
31433143 "edition": "2015",
31443144 "name":"build-script-build",
3145- "src_path":"[..]build.rs"
3145+ "src_path":"[..]build.rs",
3146+ "test": false
31463147 },
31473148 "profile": {
31483149 "debug_assertions": true,
@@ -3166,7 +3167,8 @@ fn compiler_json_error_format() {
31663167 "doctest": true,
31673168 "edition": "2015",
31683169 "name":"bar",
3169- "src_path":"[..]lib.rs"
3170+ "src_path":"[..]lib.rs",
3171+ "test": true
31703172 },
31713173 "message":"{...}"
31723174 }
@@ -3189,7 +3191,8 @@ fn compiler_json_error_format() {
31893191 "doctest": true,
31903192 "edition": "2015",
31913193 "name":"bar",
3192- "src_path":"[..]lib.rs"
3194+ "src_path":"[..]lib.rs",
3195+ "test": true
31933196 },
31943197 "filenames":[
31953198 "[..].rlib",
@@ -3217,7 +3220,8 @@ fn compiler_json_error_format() {
32173220 "doctest": false,
32183221 "edition": "2015",
32193222 "name":"foo",
3220- "src_path":"[..]main.rs"
3223+ "src_path":"[..]main.rs",
3224+ "test": true
32213225 },
32223226 "message":"{...}"
32233227 }
@@ -3231,7 +3235,8 @@ fn compiler_json_error_format() {
32313235 "doctest": false,
32323236 "edition": "2015",
32333237 "name":"foo",
3234- "src_path":"[..]main.rs"
3238+ "src_path":"[..]main.rs",
3239+ "test": true
32353240 },
32363241 "profile": {
32373242 "debug_assertions": true,
@@ -3299,7 +3304,8 @@ fn message_format_json_forward_stderr() {
32993304 "doctest": false,
33003305 "edition": "2015",
33013306 "name":"foo",
3302- "src_path":"[..]"
3307+ "src_path":"[..]",
3308+ "test": true
33033309 },
33043310 "message":"{...}"
33053311 }
@@ -3313,7 +3319,8 @@ fn message_format_json_forward_stderr() {
33133319 "doctest": false,
33143320 "edition": "2015",
33153321 "name":"foo",
3316- "src_path":"[..]"
3322+ "src_path":"[..]",
3323+ "test": true
33173324 },
33183325 "profile":{
33193326 "debug_assertions":false,
0 commit comments