aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/box-compare.rs
blob: 619790d796512d3ff381c92136d5c53a7e0eac61 (plain) (blame)
1
2
3
4
5
6
// xfail-boot
fn main() {
  check (@1 < @3);
  check (@@"hello " > @@"hello");
  check (@@@"hello" != @@@"there");
}