Add sysvar support (#5838)

This commit is contained in:
Jack May
2019-09-09 10:55:35 -07:00
committed by GitHub
parent ee0c570d54
commit a317e9513f
17 changed files with 156 additions and 110 deletions

View File

@@ -70,6 +70,7 @@ fn main() {
let rust_programs = [
"128bit",
"alloc",
"clock",
"dep_crate",
"iter",
"many_args",
@@ -77,7 +78,6 @@ fn main() {
"noop",
"panic",
"param_passing",
"tick_height",
];
for program in rust_programs.iter() {
println!(