File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,3 @@ fn read_vmx128_coff() {
99
99
let output = common:: display_diff ( & obj, & diff, symbol_idx, & diff_config) ;
100
100
insta:: assert_snapshot!( output) ;
101
101
}
102
-
103
- #[ test]
104
- #[ cfg( feature = "ppc" ) ]
105
- fn read_dummy ( ) {
106
- let diff_config = diff:: DiffObjConfig { combine_data_sections : true , ..Default :: default ( ) } ;
107
- let obj = obj:: read:: parse ( include_object ! ( "data/ppc/dummy.obj" ) , & diff_config) . unwrap ( ) ;
108
- insta:: assert_debug_snapshot!( obj) ;
109
- let symbol_idx =
110
- obj. symbols . iter ( ) . position ( |s| s. name == "?FloatingPointExample@@YAXXZ" ) . unwrap ( ) ;
111
- let diff = diff:: code:: no_diff_code ( & obj, symbol_idx, & diff_config) . unwrap ( ) ;
112
- insta:: assert_debug_snapshot!( diff. instruction_rows) ;
113
- let output = common:: display_diff ( & obj, & diff, symbol_idx, & diff_config) ;
114
- insta:: assert_snapshot!( output) ;
115
- }
You can’t perform that action at this time.
0 commit comments