Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbab0fb

Browse files
committed
iui: progressbar: skip doctest on macos
Because this test runs under Travis CI, this test doesn't actuallyfinish. Disable this test on macos.Signed-off-by: Sean Cross <sean@xobs.io>
1 parent65f09e0 commitbbab0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎iui/src/controls/progressbar.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use ui_sys::{self, uiControl, uiProgressBar};
2020
/// # use iui::prelude::*;
2121
/// # use iui::controls::{ProgressBar, ProgressBarValue};
2222
/// # let ui = UI::init().unwrap();
23+
/// # if cfg!(target_os = "macos") { return; }
2324
/// # let mut window = Window::new(&ui, "Test Window", 0, 0, WindowType::NoMenubar);
2425
/// let mut progressbar = ProgressBar::indeterminate(&ui);
2526
/// progressbar.set_value(&ui, 54);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp