summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/promoted-liveness.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/promoted-liveness.rs')
-rw-r--r--src/test/ui/nll/promoted-liveness.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/nll/promoted-liveness.rs b/src/test/ui/nll/promoted-liveness.rs
deleted file mode 100644
index e5a8e1e5c..000000000
--- a/src/test/ui/nll/promoted-liveness.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Test that promoted that have larger mir bodies than their containing function
-// don't cause an ICE.
-
-// check-pass
-
-fn main() {
- &["0", "1", "2", "3", "4", "5", "6", "7"];
-}