Update tests
This commit is contained in:
parent
d613f75676
commit
4bd6761caf
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()))]),
|
||||
]),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user