summaryrefslogtreecommitdiffstats
path: root/tests/ui/numbers-arithmetic/overflowing-pow-signed.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/numbers-arithmetic/overflowing-pow-signed.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/numbers-arithmetic/overflowing-pow-signed.rs b/tests/ui/numbers-arithmetic/overflowing-pow-signed.rs
index b59efe6f2..c2c8cad5f 100644
--- a/tests/ui/numbers-arithmetic/overflowing-pow-signed.rs
+++ b/tests/ui/numbers-arithmetic/overflowing-pow-signed.rs
@@ -1,5 +1,6 @@
// run-fail
-// error-pattern:thread 'main' panicked at 'attempt to multiply with overflow'
+// error-pattern:thread 'main' panicked
+// error-pattern:attempt to multiply with overflow
// ignore-emscripten no processes
// compile-flags: -C debug-assertions