diff options
Diffstat (limited to 'src/test/run-fail/assert-macro-owned.rs')
| -rw-r--r-- | src/test/run-fail/assert-macro-owned.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/assert-macro-owned.rs b/src/test/run-fail/assert-macro-owned.rs index a1a8eb6a092..e68aef10de8 100644 --- a/src/test/run-fail/assert-macro-owned.rs +++ b/src/test/run-fail/assert-macro-owned.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// error-pattern:failed at 'test-assert-owned' +// error-pattern:panicked at 'test-assert-owned' fn main() { assert!(false, "test-assert-owned".to_string()); |
