summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0428.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/error-codes/E0428.rs')
-rw-r--r--src/test/ui/error-codes/E0428.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/error-codes/E0428.rs b/src/test/ui/error-codes/E0428.rs
deleted file mode 100644
index eb9594fb8..000000000
--- a/src/test/ui/error-codes/E0428.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-struct Bar; //~ previous definition of the type `Bar` here
-struct Bar; //~ ERROR E0428
-
-fn main () {
-}