Skip to content

Commit

Permalink
Remove passive segment tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 5, 2019
1 parent ef37986 commit 3de5253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 79 deletions.
4 changes: 4 additions & 0 deletions crates/gc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ fn run(config: &mut Config, module: &mut Module) {
info!("skipping reloc section");
continue;
}
Section::DataCount(..) => {
info!("skipping data count section");
continue;
}
Section::Type(ref mut s) => cx.remap_type_section(s),
Section::Import(ref mut s) => cx.remap_import_section(s),
Section::Function(ref mut s) => cx.remap_function_section(s),
Expand Down
18 changes: 0 additions & 18 deletions crates/gc/tests/wat/remove-passive-memory-segment.wat

This file was deleted.

29 changes: 0 additions & 29 deletions crates/gc/tests/wat/renumber-data-segment.wat

This file was deleted.

32 changes: 0 additions & 32 deletions crates/gc/tests/wat/renumber-passive-segment.wat

This file was deleted.

0 comments on commit 3de5253

Please sign in to comment.