make CI green

This commit is contained in:
Dmitry Sharshakov 2021-08-20 16:48:59 +03:00
parent a54b09e3fe
commit c4970c617e
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
6 changed files with 7 additions and 8 deletions

View file

@ -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),

View file

@ -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),