diff options
Diffstat (limited to 'src/test/compile-fail/while-loop-constraints.rs')
| -rw-r--r-- | src/test/compile-fail/while-loop-constraints.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/compile-fail/while-loop-constraints.rs b/src/test/compile-fail/while-loop-constraints.rs deleted file mode 100644 index 38c1d471593..00000000000 --- a/src/test/compile-fail/while-loop-constraints.rs +++ /dev/null @@ -1,14 +0,0 @@ -// error-pattern:unsatisfied precondition constraint (for example, init(y -fn main() { - - let y: int = 42; - let x: int; - loop { - log(debug, y); - loop { - loop { - loop { x <- y; } - } - } - } -} |
