summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-21 15:31:19 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 02:33:48 -0500
commit2d127f198ec7ee0032f4435898c1268dcd09b735 (patch)
tree077a19d40000b4b46cc20cdc48db65477935ad91 /tests
parente8238daa641c26651c20f06baeb2bd44690f2f68 (diff)
ci: uptick to 0.5.1, fix ci
Diffstat (limited to 'tests')
-rw-r--r--tests/layout_management_tests.rs2
-rw-r--r--tests/layout_movement_tests.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/layout_management_tests.rs b/tests/layout_management_tests.rs
index e4eb21f4..4b4f7a9f 100644
--- a/tests/layout_management_tests.rs
+++ b/tests/layout_management_tests.rs
@@ -22,7 +22,7 @@ const PROC_LAYOUT: &str = r##"
"##;
fn test_create_layout(
- rows: &Vec<Row>, default_widget_id: u64, default_widget_type: Option<BottomWidgetType>,
+ rows: &[Row], default_widget_id: u64, default_widget_type: Option<BottomWidgetType>,
default_widget_count: u64, left_legend: bool,
) -> BottomLayout {
let mut iter_id = 0; // A lazy way of forcing unique IDs *shrugs*
diff --git a/tests/layout_movement_tests.rs b/tests/layout_movement_tests.rs
index ef73c683..d74e62d0 100644
--- a/tests/layout_movement_tests.rs
+++ b/tests/layout_movement_tests.rs
@@ -6,4 +6,4 @@
// TODO: Test moving around with procs and their hidden children.
-// TODO: Test moving around with cpus if they get hidden. \ No newline at end of file
+// TODO: Test moving around with cpus if they get hidden.