Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Oct 26, 2023
1 parent a7b19b7 commit f692710
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkg/vm/cairo_run/cairo_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,9 @@ func TestKeccakAddUint256(t *testing.T) {
testProgram("keccak_add_uint256", t)
}

<<<<<<< HEAD
=======
func TestReduce(t *testing.T) {
testProgram("reduce", t)
}
>>>>>>> f08fbfda96b1684c43057448947e444a13b60b55
func TestBlake2sHelloWorldHash(t *testing.T) {
testProgram("blake2s_hello_world_hash", t)
}
Expand All @@ -374,11 +371,11 @@ func TestBlake2sFelts(t *testing.T) {
func TestFinalizeBlake2s(t *testing.T) {
testProgram("finalize_blake2s", t)
}
<<<<<<< HEAD

func TestBlake2sIntegrationTests(t *testing.T) {
testProgram("blake2s_integration_tests", t)
=======
}

func TestUint256Integration(t *testing.T) {
testProgram("uint256_integration_tests", t)
}
Expand All @@ -389,5 +386,4 @@ func TestUint256(t *testing.T) {

func TestUint256Root(t *testing.T) {
testProgram("uint256_root", t)
>>>>>>> f08fbfda96b1684c43057448947e444a13b60b55
}

0 comments on commit f692710

Please sign in to comment.