Skip to content

Commit

Permalink
tests: Disable panic version of builder scope tests
Browse files Browse the repository at this point in the history
Until is #811 resolved
as it fails for nightly now
  • Loading branch information
bilelmoussaoui committed Jul 10, 2024
1 parent 4f5b5e8 commit 3f630a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk4/src/builder_rust_scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ mod tests {
assert_eq!(entry_b.text().as_str(), "HELLO WORLD");
}

#[crate::test]
#[allow(unused)]
#[should_panic(
expected = "Closure returned a value of type guint64 but caller expected gchararray"
)]
Expand Down

0 comments on commit 3f630a2

Please sign in to comment.