Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
8
tests/ui/conditional-compilation/cfg-empty-codemap.rs
Normal file
8
tests/ui/conditional-compilation/cfg-empty-codemap.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Tests that empty source_maps don't ICE (#23301)
|
||||
|
||||
// compile-flags: --cfg ""
|
||||
|
||||
// error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
|
||||
|
||||
pub fn main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue