diff options
| author | bors <bors@rust-lang.org> | 2015-03-09 18:32:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-09 18:32:16 +0000 |
| commit | 638832e64cc62ec46721161ca19731ba00d4da58 (patch) | |
| tree | c4d523c60793d664d81a1ee0a07a69193f371f10 /src/libstd/old_path | |
| parent | 777f5d959930711acc321a50c493b984b780f156 (diff) | |
| parent | e2605b42c7ce37717118fe240f7d0e8c4eae3598 (diff) | |
| download | rust-638832e64cc62ec46721161ca19731ba00d4da58.tar.gz rust-638832e64cc62ec46721161ca19731ba00d4da58.zip | |
Auto merge of #21824 - sfackler:should_panic, r=alexcrichton
Diffstat (limited to 'src/libstd/old_path')
| -rw-r--r-- | src/libstd/old_path/windows.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/old_path/windows.rs b/src/libstd/old_path/windows.rs index 31a8cbe572a..5f2f1728be1 100644 --- a/src/libstd/old_path/windows.rs +++ b/src/libstd/old_path/windows.rs @@ -1324,7 +1324,7 @@ mod tests { } #[test] - #[should_fail] + #[should_panic] fn test_not_utf8_panics() { Path::new(b"hello\x80.txt"); } |
