tests: remove old compile-fail test asserting the removal of const.

This commit is contained in:
Eduard Burtescu 2014-10-03 14:26:07 +03:00
parent 7e22af3582
commit da7dcee8f1

View file

@ -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`