Skip to content

Commit 28c1d91

Browse files
committed
typo addd in tests
1 parent 5132db8 commit 28c1d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/missing_join_error.v.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The command has indeed failed with message:
2-
You must declare the hierarchy bottom-up or addd a missing join.
2+
You must declare the hierarchy bottom-up or add a missing join.
33
There are two ways out:
44
- declare structure A2B1 before structure B2A1 if B2A1 inherits from it;
55
- declare an additional structure that inherits from both A1 and A2 and from which A2B1 and/or B2A1 inherit.

0 commit comments

Comments
 (0)