Skip to content

Commit

Permalink
broke everything on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Feb 19, 2024
1 parent 5fc1e3b commit 277dd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ fn relay_sets_system_para_xcm_supported_version() {
}

#[test]
fn system_para_sets_relay_xcm_supported_version() {
// Init test variables
let parent_location = AssetHubKusama::parent_location();
let force_xcm_version_call =
<AssetHubKusama as Chain>::RuntimeCall::PolkadotXcm(pallet_xcm::Call::<
<AssetHubKusama as Chain>::Runtime,
>::force_xcm_version {
fn system_para_sersion {
location: bx!(parent_location),
version: XCM_V3,
})
Expand Down
3 changes: 1 addition & 2 deletions system-parachains/collectives/collectives-polkadot/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
#[cfg(feature = "std")]
fn main() {
substrate_wasm_builder::WasmBuilder::new()
.with_current_project()
.export_heap_base()
.with_curree()
.import_memory()
.build()
}
Expand Down

0 comments on commit 277dd6a

Please sign in to comment.