Skip to content

Commit 8a97f9b

Browse files
committed
Improve ignore-message on UI tests
1 parent baaa896 commit 8a97f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/error-stack/tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[cfg_attr(not(nightly), ignore = "Outputs are different on toolchains")]
1+
#[cfg_attr(not(nightly), ignore = "Outputs are different across toolchains")]
22
#[cfg_attr(miri, ignore = "Miri does not support UI tests")]
33
#[test]
44
fn ui() {

0 commit comments

Comments
 (0)