mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
make CI green
This commit is contained in:
parent
a54b09e3fe
commit
c4970c617e
6 changed files with 7 additions and 8 deletions
|
@ -56,7 +56,7 @@ pub async fn main() -> Result<()> {
|
|||
"breakpoints: {:#?}",
|
||||
client
|
||||
.set_breakpoints(
|
||||
"/tmp/godebug/main.go".to_owned(),
|
||||
"/tmp/godebug/main.go".into(),
|
||||
vec![SourceBreakpoint {
|
||||
line: 8,
|
||||
column: Some(2),
|
||||
|
|
|
@ -56,7 +56,7 @@ pub async fn main() -> Result<()> {
|
|||
"breakpoints: {:#?}",
|
||||
client
|
||||
.set_breakpoints(
|
||||
"/tmp/cdebug/main.c".to_owned(),
|
||||
"/tmp/cdebug/main.c".into(),
|
||||
vec![SourceBreakpoint {
|
||||
line: 6,
|
||||
column: Some(2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue