diff options
| author | Caleb Jones <code@calebjones.net> | 2016-08-06 23:58:16 -0400 |
|---|---|---|
| committer | Caleb Jones <code@calebjones.net> | 2016-08-06 23:58:16 -0400 |
| commit | b8c4e9c235db5f67129abdae8f336e06bf2bc8ba (patch) | |
| tree | 7628fcdaa724637f2f3fbe5761aaea0e4a644896 /src | |
| parent | 9926b33276cb3a349952d8d47a5d8b17bbb3cbdf (diff) | |
| download | rust-b8c4e9c235db5f67129abdae8f336e06bf2bc8ba.tar.gz rust-b8c4e9c235db5f67129abdae8f336e06bf2bc8ba.zip | |
Change the expected panic message for unsigned
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-fail/overflowing-pow-unsigned.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/overflowing-pow-unsigned.rs b/src/test/run-fail/overflowing-pow-unsigned.rs index 5dca7795462..d3e7035279f 100644 --- a/src/test/run-fail/overflowing-pow-unsigned.rs +++ b/src/test/run-fail/overflowing-pow-unsigned.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// error-pattern:thread 'main' panicked at 'attempted to multiply with overflow' +// error-pattern:thread 'main' panicked at 'attempt to multiply with overflow' // compile-flags: -C debug-assertions fn main() { |
