Skip to content

Commit e30a401

Browse files
committed
issue #105 is not a bug in svd2rust
1 parent f0c6df8 commit e30a401

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/script.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ main() {
130130
# test_svd MKV58F22
131131
# test_svd MKV58F24
132132

133+
# BAD-SVD field names are equivalent when case is ignored
134+
# test_svd MK61F15
135+
# test_svd MK61F15WS
136+
# test_svd MK70F12
137+
# test_svd MK70F15
138+
# test_svd MK70F15WS
139+
133140
# OK
134141
# NOTE it would take too long to test all these so we only test half
135142
test_svd MK02F12810
@@ -223,13 +230,6 @@ main() {
223230
# test_svd MKW40Z4
224231
# test_svd MKW41Z4
225232

226-
# FIXME(#105) "error[E0428]: a type named `NOT_USEDR` has already been defined in this module"
227-
# test_svd MK61F15
228-
# test_svd MK61F15WS
229-
# test_svd MK70F12
230-
# test_svd MK70F15
231-
# test_svd MK70F15WS
232-
233233
# FIXME(#92) "duplicate definitions with name `bits`"
234234
# test_svd MKE02Z2
235235
# test_svd MKE02Z4

0 commit comments

Comments
 (0)