Update tests

This commit is contained in:
topecongiro 2017-07-05 19:20:25 +09:00 committed by Seiichi Uchida
parent d613f75676
commit 4bd6761caf
2 changed files with 6 additions and 9 deletions
tests/target

@ -36,12 +36,11 @@ fn test() {
// or me
// #1388
const EXCEPTION_PATHS: &'static [&'static str] =
&[
// std crates
"src/libstd/sys/", // Platform-specific code for std lives here.
"src/bootstrap",
];
const EXCEPTION_PATHS: &'static [&'static str] = &[
// std crates
"src/libstd/sys/", // Platform-specific code for std lives here.
"src/bootstrap",
];
}
/// test123

@ -67,9 +67,7 @@ fn issue775() {
(
"b".to_string(),
Array(vec![
mk_object(
&[("c".to_string(), String("\x0c\r".to_string()))],
),
mk_object(&[("c".to_string(), String("\x0c\r".to_string()))]),
mk_object(&[("d".to_string(), String("".to_string()))]),
]),
),