Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 93aaa64

Browse files
author
Hendrik van Antwerpen
committed
Reenable tests
1 parent d87f834 commit 93aaa64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stack-graphs/tests/it/c/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mod can_find_partial_paths_in_file;
1111
mod can_find_qualified_definitions_with_phased_partial_path_stitching;
1212
mod can_jump_to_definition;
1313
mod can_jump_to_definition_with_phased_partial_path_stitching;
14-
// mod can_jump_to_definition_with_phased_path_stitching;
14+
mod can_jump_to_definition_with_phased_path_stitching;
1515
mod files;
1616
mod nodes;
1717
mod partial;

stack-graphs/tests/it/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod can_find_partial_paths_in_file;
1919
mod can_find_root_partial_paths_in_database;
2020
mod can_jump_to_definition;
2121
mod can_jump_to_definition_with_forward_partial_path_stitching;
22-
// mod can_jump_to_definition_with_forward_path_stitching;
22+
mod can_jump_to_definition_with_forward_path_stitching;
2323
mod cycles;
2424
mod graph;
2525
#[cfg(feature = "json")]

0 commit comments

Comments
 (0)