mv codemap source_map

This commit is contained in:
Donato Sciarra 2018-08-18 12:14:14 +02:00
parent d3fe97f3d3
commit 062bfbf39b
28 changed files with 130 additions and 130 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// Tests that empty codemaps don't ICE (#23301)
// Tests that empty source_maps don't ICE (#23301)
// compile-flags: --cfg ""

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// Testing that the codemap is maintained correctly when parsing mods from external files
// Testing that the source_map is maintained correctly when parsing mods from external files
mod mod_file_aux;