]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/string_lit_as_bytes.rs
Minor cleanup of `map_entry` and a few additional tests.
[rust.git] / tests / ui / string_lit_as_bytes.rs
index d2a710ed6b8ca5f575ac836d3ec80f5d563dbf1d..c6bf8f732ed9f615d1ea2d660d6ed7602513270b 100644 (file)
@@ -22,7 +22,7 @@ fn str_lit_as_bytes() {
 
     let current_version = env!("CARGO_PKG_VERSION").as_bytes();
 
-    let includestr = include_str!("entry_unfixable.rs").as_bytes();
+    let includestr = include_str!("string_lit_as_bytes.rs").as_bytes();
 
     let _ = "string with newline\t\n".as_bytes();
 }