Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gzanitti committed Apr 20, 2024
1 parent 14ae9a9 commit 5070755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/ch02-lang/ch04-macros/ch01-builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ push 0x08
# let mut output = Vec::new();
# let mut ingest = etk_asm::ingest::Ingest::new(&mut output, etk_ops::HardFork::Cancun);
# ingest.ingest(file!(), src).unwrap();
# assert_eq!(output, &[0x60, 0x02, 0x5b]);
# assert_eq!(output, &[0x60, 0x08]);
```

can only be compiled by specifying a hardfork using the `--hardfork` flag (the latest hardfork available by default) strictly after `London` and equal or older than `Cancun`.
Expand Down

0 comments on commit 5070755

Please sign in to comment.