Skip to content

Commit

Permalink
Merge branch 'main' into Integration_Benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh0g0-1758 committed Jun 27, 2024
2 parents 0b8ca98 + a2dadd8 commit d45648a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
30 changes: 0 additions & 30 deletions integration_tests/cairo_zero_hint_tests_in_progress/set_add.cairo

This file was deleted.

4 changes: 1 addition & 3 deletions integration_tests/cairozero_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ func TestCairoZeroFiles(t *testing.T) {
continue
}

var path string
path := filepath.Join(root2, dirEntry.Name())
if _, found := testFiles1Map[dirEntry.Name()]; found {
path = filepath.Join(root1, dirEntry.Name())
} else {
path = filepath.Join(root2, dirEntry.Name())
}

if !filter.filtered(dirEntry.Name()) {
Expand Down

0 comments on commit d45648a

Please sign in to comment.