Move program builder to uplc crate

This commit is contained in:
Turner
2022-06-28 22:27:40 -07:00
committed by Lucas
parent f8aae49fce
commit a238dc58a6
9 changed files with 10 additions and 81 deletions

View File

@@ -74,7 +74,6 @@ fn fibonacci() {
round_trip_test(bytes, code);
}
// TODO: This is failing, see Bug: https://github.com/txpipe/aiken/issues/10
#[test]
fn one_way_fibonacci() {
let bytes = include_bytes!("../test_data/fibonacci/fibonacci.flat");