[NFC] Add a comment on a test

This commit is contained in:
Andrew Lenharth 2023-10-16 11:50:10 -05:00
parent fa69518fd7
commit b4a09b7476
1 changed files with 3 additions and 0 deletions

View File

@ -399,6 +399,9 @@ hw.module @union(in %a: !hw.union<foo: i8, bar: i8, foo: i8, baz: i8, bar: i8>)
// Test that nested symbol tables fail in the correct way when trying to use an
// instance to escape its containing table.
// If you make a change and this check isn't triggered, then you are breaking
// SymbolTable semantics.
hw.module @Foo () {}
builtin.module @Nested {