summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unpretty/bad-literal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/unpretty/bad-literal.rs')
-rw-r--r--src/test/ui/unpretty/bad-literal.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/unpretty/bad-literal.rs b/src/test/ui/unpretty/bad-literal.rs
deleted file mode 100644
index 6dcc0da30..000000000
--- a/src/test/ui/unpretty/bad-literal.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// compile-flags: -Zunpretty=hir
-// check-fail
-
-// In #100948 this caused an ICE with -Zunpretty=hir.
-fn main() {
- 1u;
- //~^ ERROR invalid suffix `u` for number literal
-}