Skip to content

Commit

Permalink
add no_std to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiazcoaga committed Apr 30, 2024
1 parent 9fcc62b commit 95b9b69
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand All @@ -22,7 +23,7 @@ impl UnsafeExpect {
// Save the state.
env.storage().persistent().set(&STATE, &state);
}

state
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
use soroban_sdk::{contract, contractimpl, contracttype, symbol_short, Address, Env, Map, Symbol};

#[contract]
Expand Down

0 comments on commit 95b9b69

Please sign in to comment.