mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Move test data to test_data directory
This commit is contained in:
parent
adf624b433
commit
05d67a9a0e
8 changed files with 7 additions and 7 deletions
|
@ -39,7 +39,7 @@ macro_rules! expect {
|
|||
[[]] => { $crate::expect![[""]] };
|
||||
}
|
||||
|
||||
/// expect_file!["/crates/foo/test_data/foo.rs"]
|
||||
/// expect_file!["/crates/foo/test_data/bar.html"]
|
||||
#[macro_export]
|
||||
macro_rules! expect_file {
|
||||
[$path:literal] => {$crate::ExpectFile { path: $path }};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue