Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Sep 5, 2024
1 parent ebacdb0 commit 09015f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/cairozero_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ func runVm(path string) (time.Duration, string, string, string, error) {
layout := "plain"
if strings.Contains(path, ".small") {
layout = "small"
} else if strings.Contains(path, ".dex") {
layout = "starknet_with_keccak"
} else if strings.Contains(path, ".recursive") {
layout = "dex"
} else if strings.Contains(path, ".starknet_with_keccak") {
layout = "recursive"
} else if strings.Contains(path, ".dex") {
layout = "starknet_with_keccak"
} else if strings.Contains(path, ".recursive_large_output") {
layout = "recursive_large_output"
} else if strings.Contains(path, ".recursive_with_poseidon") {
Expand Down

0 comments on commit 09015f3

Please sign in to comment.