diff options
| author | bobtwinkles <srkoser+github@gmail.com> | 2018-03-13 14:52:11 -0400 |
|---|---|---|
| committer | bobtwinkles <srkoser+github@gmail.com> | 2018-03-13 14:52:11 -0400 |
| commit | 52bb99dcc7c918cc9568a3bd26801da07c1ce103 (patch) | |
| tree | 6837544a4e41ed7c8a8a6d95b5cf64e282d7c149 | |
| parent | 21a9770d38483eb95d5045b50547058bc7ff7e65 (diff) | |
| download | rust-52bb99dcc7c918cc9568a3bd26801da07c1ce103.tar.gz rust-52bb99dcc7c918cc9568a3bd26801da07c1ce103.zip | |
Move 48070 test to ui
| -rw-r--r-- | src/test/ui/nll/issue-48070.rs (renamed from src/test/run-pass/issue-48070.rs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-48070.rs b/src/test/ui/nll/issue-48070.rs index c2253aa8b4c..71d92c3702e 100644 --- a/src/test/run-pass/issue-48070.rs +++ b/src/test/ui/nll/issue-48070.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// run-pass // revisions: lxl nll #![cfg_attr(nll, feature(nll))] |
