Make noop a real noop (#12196)

* Make noop a real noop

* nudge
This commit is contained in:
Jack May
2020-09-11 18:49:00 -07:00
committed by GitHub
parent daba17a95c
commit 555252f435
9 changed files with 142 additions and 77 deletions

View File

@ -79,6 +79,7 @@ fn main() {
"noop",
"panic",
"param_passing",
"sanity",
"sysval",
];
for program in rust_programs.iter() {