Skip to content

Commit db3926c

Browse files
committed
docs(test): inline concise comments and remove extra notes file
1 parent 2692a09 commit db3926c

3 files changed

Lines changed: 2 additions & 48 deletions

File tree

tests/integration/normalise-filter.jq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
( .types | map(select(.[0].FunType) | sort) )
3030
] | flatten(1) )
3131
}
32+
# drop unstable compiler-internal ids that are unrelated to this regression
3233
| walk(if type == "object" then del(.def_id) else . end)

tests/integration/programs/static-vtable-nonbuiltin-deref.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ static S: u8 = 7;
44
const OBJS: [&'static dyn Debug; 1] = [&S as &dyn Debug];
55

66
fn main() {
7+
// Keep trait-object constant usage so both Static and VTable allocs are emitted.
78
std::hint::black_box(OBJS[0]);
89
}

tests/integration/programs/static-vtable-nonbuiltin-deref.smir.json.expected.NOTES.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)