Skip to content

Commit 25eea4b

Browse files
update expanded test snapshots for associated type chained
1 parent 88ace37 commit 25eea4b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tests-expanded/test_associated_type_chained_tests.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#![feature(prelude_import)]
22
#![no_std]
3-
#[prelude_import]
4-
use core::prelude::rust_2021::*;
53
#[macro_use]
64
extern crate core;
7-
extern crate compiler_builtins as _;
5+
#[prelude_import]
6+
use core::prelude::rust_2021::*;
87
use soroban_sdk::{contract, contractimpl, symbol_short, Env, Error, Vec};
98
pub trait AssociatedType {
109
type Val;
@@ -1436,12 +1435,10 @@ fn __Contract__AssociatedType__43ee96751c899ff0e1a286858793b710aeacd1f5d72c11890
14361435
);
14371436
}
14381437
}
1439-
#[cfg(test)]
14401438
mod test {
14411439
use crate::{Contract, ContractClient};
14421440
use soroban_sdk::{vec, Env};
14431441
extern crate test;
1444-
#[cfg(test)]
14451442
#[rustc_test_marker = "test::test_associated_type_chained"]
14461443
#[doc(hidden)]
14471444
pub const test_associated_type_chained: test::TestDescAndFn = test::TestDescAndFn {

tests-expanded/test_associated_type_chained_wasm32v1-none.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#![feature(prelude_import)]
22
#![no_std]
3-
#[prelude_import]
4-
use core::prelude::rust_2021::*;
53
#[macro_use]
64
extern crate core;
7-
extern crate compiler_builtins as _;
5+
#[prelude_import]
6+
use core::prelude::rust_2021::*;
87
use soroban_sdk::{contract, contractimpl, symbol_short, Env, Error, Vec};
98
pub trait AssociatedType {
109
type Val;

0 commit comments

Comments
 (0)