about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorNikhil Shagrithaya <nikhilshagri@gmail.com>2017-02-22 19:49:21 +0530
committerNikhil Shagrithaya <nikhilshagri@gmail.com>2017-02-23 00:50:29 +0530
commitb7b58ffdf44af8e0f12f64fd1278fc66f46b7bf8 (patch)
tree1f590e233982c1c4686096d07512b37084cd4f54 /src/test
parent3954c70537cc78dc4a8e28c6ffa0a8ae5198387a (diff)
downloadrust-b7b58ffdf44af8e0f12f64fd1278fc66f46b7bf8.tar.gz
rust-b7b58ffdf44af8e0f12f64fd1278fc66f46b7bf8.zip
Added test for inclusive_range_syntax in compile-fail test suite
Diffstat (limited to 'src/test')
-rw-r--r--src/test/parse-fail/range_inclusive_gate.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/parse-fail/range_inclusive_gate.rs b/src/test/parse-fail/range_inclusive_gate.rs
index 021b6dd3e26..30dc6fc5b20 100644
--- a/src/test/parse-fail/range_inclusive_gate.rs
+++ b/src/test/parse-fail/range_inclusive_gate.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// gate-test-inclusive_range_syntax
+
 // Make sure that #![feature(inclusive_range_syntax)] is required.
 
 // #![feature(inclusive_range_syntax, inclusive_range)]