about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2018-01-22 15:08:57 -0300
committerSantiago Pastorino <spastorino@gmail.com>2018-01-22 15:09:02 -0300
commit90aef18cb0488c2595177520f95824bcd99edf2c (patch)
tree4882793e5ef52787ce50e946e87dbb84b954d53c
parentfdc18b3067b5bad257ccbe7400e3c4fb617e9e18 (diff)
downloadrust-90aef18cb0488c2595177520f95824bcd99edf2c.tar.gz
rust-90aef18cb0488c2595177520f95824bcd99edf2c.zip
Add dynamic-drop test to nll tests also
-rw-r--r--src/test/run-pass/dynamic-drop.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass/dynamic-drop.rs b/src/test/run-pass/dynamic-drop.rs
index 09318e7256f..e2a51bbf14b 100644
--- a/src/test/run-pass/dynamic-drop.rs
+++ b/src/test/run-pass/dynamic-drop.rs
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// revisions:lexical nll
+#![cfg_attr(nll, feature(nll))]
+
 // ignore-wasm32-bare compiled with panic=abort by default
 
 #![feature(generators, generator_trait, untagged_unions, slice_patterns, advanced_slice_patterns)]