Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Sep 21, 2023
1 parent 4f8d0bb commit f4c6deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
script;

use std::primitive_conversions::{u16::*, u32::*, u64::*};

/* Test Constants */
const X1: u8 = 4u8;
const X2: u8 = 4;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
contract;

use std::primitive_conversions::{u32::*, u64::*};

abi U128Contract {
fn multiply_u64(a: u64, b: u64) -> (u64, u64);
}
Expand Down

0 comments on commit f4c6deb

Please sign in to comment.