From 90aef18cb0488c2595177520f95824bcd99edf2c Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 22 Jan 2018 15:08:57 -0300 Subject: [PATCH] Add dynamic-drop test to nll tests also --- src/test/run-pass/dynamic-drop.rs | 3 +++ 1 file changed, 3 insertions(+) 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)]