about summary refs log tree commit diff
path: root/src/test/ui/operator-recovery/less-than-greater-than.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/operator-recovery/less-than-greater-than.rs')
-rw-r--r--src/test/ui/operator-recovery/less-than-greater-than.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/operator-recovery/less-than-greater-than.rs b/src/test/ui/operator-recovery/less-than-greater-than.rs
deleted file mode 100644
index 2beed528ff1..00000000000
--- a/src/test/ui/operator-recovery/less-than-greater-than.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
-    println!("{}", 1 <> 2);
-    //~^ERROR invalid comparison operator `<>`
-}