Skip to content

Commit 635fef9

Browse files
authored
Fix cairo1-run validate_layouts (#1710)
"recursive" layout was not marked as valid
1 parent 6de8f56 commit 635fef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cairo1-run/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ fn validate_layout(value: &str) -> Result<String, String> {
114114
"plain"
115115
| "small"
116116
| "dex"
117+
| "recursive"
117118
| "starknet"
118119
| "starknet_with_keccak"
119120
| "recursive_large_output"

0 commit comments

Comments
 (0)