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