Add todo comments

This commit is contained in:
Jef
2019-01-18 13:07:41 +01:00
parent b23e00893c
commit b6e29a899e
2 changed files with 5 additions and 0 deletions

View File

@@ -977,6 +977,8 @@ fn nested_storage_calls() {
assert_eq!(translated.execute_func::<(), i32>(0, ()), Ok(1));
}
// TODO: Signature mismatches correctly fail, but we can't add a test
// for that until we implement traps properly.
#[test]
fn call_indirect() {
const CODE: &str = r#"