Skip to content

Commit 0dc211a

Browse files
committed
Fix path in native-debug tests (debug -> native_debug rename).
1 parent 6ad5976 commit 0dc211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/all/native_debug/lldb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ fn dwarf_simple() -> Result<()> {
508508
fn dwarf_imported_memory() -> Result<()> {
509509
test_dwarf_simple(
510510
DWARF_IMPORTED_MEMORY,
511-
&["--preload=env=./tests/all/debug/satisfy_memory_import.wat"],
511+
&["--preload=env=./tests/all/native_debug/satisfy_memory_import.wat"],
512512
)
513513
}
514514

0 commit comments

Comments
 (0)