Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpanicError committed Oct 2, 2023
1 parent 88f5c14 commit 5ef7405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions src/ComplexHuff/Complex.huff
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include './Helper.huff'
#include './Constants.huff'
#include './PRBMath.huff'
#include './Trigonometry.huff'

/// @notice addition
// a + b
Expand Down
2 changes: 1 addition & 1 deletion test/Complex.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract ComplexTest is Test {
Complex public complex;

function setUp() public {
address com = HuffDeployer.deploy("Wrapper");
address com = HuffDeployer.deploy("./ComplexHuff/WRAPPER");
complex = Complex(com);
}

Expand Down

0 comments on commit 5ef7405

Please sign in to comment.