Skip to content

Commit 3f630a2

Browse files
tests: Disable panic version of builder scope tests
Until is #811 resolved as it fails for nightly now
1 parent 4f5b5e8 commit 3f630a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4/src/builder_rust_scope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ mod tests {
268268
assert_eq!(entry_b.text().as_str(), "HELLO WORLD");
269269
}
270270

271-
#[crate::test]
271+
#[allow(unused)]
272272
#[should_panic(
273273
expected = "Closure returned a value of type guint64 but caller expected gchararray"
274274
)]

0 commit comments

Comments
 (0)