Skip to content

Commit

Permalink
[NFC] Add a comment on a test
Browse files Browse the repository at this point in the history
  • Loading branch information
darthscsi committed Oct 16, 2023
1 parent fa69518 commit b4a09b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Dialect/HW/errors.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4a09b7

Please sign in to comment.