File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1414 target_os = "emscripten" ,
1515 target_os = "wasi" ,
1616 target_env = "sgx" ,
17- target_os = "xous"
17+ target_os = "xous" ,
18+ target_os = "trusty" ,
1819 ) )
1920) ) ]
2021mod tests;
Original file line number Diff line number Diff line change 55 not( any(
66 target_os = "emscripten" ,
77 all( target_os = "wasi" , target_env = "p1" ) ,
8- target_os = "xous"
8+ target_os = "xous" ,
9+ target_os = "trusty" ,
910 ) )
1011) ) ]
1112mod tests;
Original file line number Diff line number Diff line change 44 target_os = "emscripten" ,
55 all( target_os = "wasi" , target_env = "p1" ) ,
66 target_env = "sgx" ,
7- target_os = "xous"
7+ target_os = "xous" ,
8+ target_os = "trusty" ,
89 ) )
910) ) ]
1011mod tests;
Original file line number Diff line number Diff line change 154154 target_os = "emscripten" ,
155155 target_os = "wasi" ,
156156 target_env = "sgx" ,
157- target_os = "xous"
157+ target_os = "xous" ,
158+ target_os = "trusty" ,
158159 ) )
159160) ) ]
160161mod tests;
You can’t perform that action at this time.
0 commit comments