Skip to content

Commit 48dfc45

Browse files
committed
Fixed bazel lint issue 2
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent 3a83ff8 commit 48dfc45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dbSta/test/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ filegroup(
165165
],
166166
"read_vcd": glob(
167167
[
168-
"asap7/*",
169-
"MockArray.*",
170168
"Element.*",
169+
"MockArray.*",
170+
"asap7/*",
171171
]
172172
),
173173
}.get(test_name, []),

0 commit comments

Comments
 (0)