Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
22c8eaf0
Verified
Commit
22c8eaf0
authored
Apr 27, 2021
by
Jelle van der Waa
🚧
Browse files
Remove dbg!() from test fixtures
parent
c10cce8e
Pipeline
#6721
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/fixtures.rs
View file @
22c8eaf0
...
...
@@ -301,8 +301,6 @@ pub fn dependency_cycle() -> (Vec<Package>, Option<String>, Vec<String>, TempDir
vec!
[],
vec!
[],
);
dbg!
(
testpkg
.clone
());
dbg!
(
testpkg2
.clone
());
let
packages
=
vec!
[
testpkg
,
testpkg2
];
let
reponame
=
"test"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment