Skip to content

Commit 4d98b10

Browse files
committed
Add new blocklist rules for layout tests
1 parent 039e6c8 commit 4d98b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ctru-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ fn generate_layout_tests(
310310
)
311311
// Variable-length arrays:
312312
.blocklist_field("romfs_(dir|file)", "name")
313+
.blocklist_field("EulaEntry", "textData")
314+
.blocklist_field("EulaList", "entries")
313315
// Bindgen anonymous types (and their associated fields):
314316
.blocklist_type(".*__bindgen.*")
315317
.blocklist_field(".*", "__bindgen.*")

0 commit comments

Comments
 (0)