summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/assert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/chalkify/assert.rs')
-rw-r--r--tests/ui/chalkify/assert.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/chalkify/assert.rs b/tests/ui/chalkify/assert.rs
deleted file mode 100644
index 834c8935e..000000000
--- a/tests/ui/chalkify/assert.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// run-pass
-// compile-flags: -Z trait-solver=chalk
-
-fn main() {
- assert_eq!(1, 1);
-}