diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-03 14:26:07 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-03 14:26:07 +0300 |
| commit | da7dcee8f16b7ea635b9e0ca83b529e1d92421b0 (patch) | |
| tree | 09cc993d5a028d7d82df1398969ada658a4447c9 | |
| parent | 7e22af3582aa4a8dcb5b2ac00c7914ef78d2486e (diff) | |
| download | rust-da7dcee8f16b7ea635b9e0ca83b529e1d92421b0.tar.gz rust-da7dcee8f16b7ea635b9e0ca83b529e1d92421b0.zip | |
tests: remove old compile-fail test asserting the removal of `const`.
| -rw-r--r-- | src/test/compile-fail/removed-syntax-const-item.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/compile-fail/removed-syntax-const-item.rs b/src/test/compile-fail/removed-syntax-const-item.rs deleted file mode 100644 index 841c1ec59fd..00000000000 --- a/src/test/compile-fail/removed-syntax-const-item.rs +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2013 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -const i: int = 42; //~ ERROR expected item, found `const` |
