about summary refs log tree commit diff
path: root/src/test/ui/const-generics/raw-ptr-const-param.rs
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-12-23 17:41:06 +0100
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-03-11 09:10:48 +0100
commit02dbb35b2b6ed869f14a8aecaf9dad5c72d5cb0b (patch)
tree39810e0ae552bae3763abcf960d7ea2e19826f80 /src/test/ui/const-generics/raw-ptr-const-param.rs
parent15812785344d913d779d9738fe3cca8de56f71d5 (diff)
downloadrust-02dbb35b2b6ed869f14a8aecaf9dad5c72d5cb0b.tar.gz
rust-02dbb35b2b6ed869f14a8aecaf9dad5c72d5cb0b.zip
Deduplicate and clean up pretty printing logic
Diffstat (limited to 'src/test/ui/const-generics/raw-ptr-const-param.rs')
-rw-r--r--src/test/ui/const-generics/raw-ptr-const-param.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/const-generics/raw-ptr-const-param.rs b/src/test/ui/const-generics/raw-ptr-const-param.rs
index f69c37fbb8f..f8ae1b3fdc9 100644
--- a/src/test/ui/const-generics/raw-ptr-const-param.rs
+++ b/src/test/ui/const-generics/raw-ptr-const-param.rs
@@ -1,3 +1,6 @@
+// normalize-stderr-64bit "0x00000000" -> "0x[PREFIX]"
+// normalize-stderr-32bit "0x" -> "0x[PREFIX]"
+
 #![feature(const_generics, const_compare_raw_pointers)]
 //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash