From d7a3e040eb49129ce79ee604fb593671d1f86901 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 30 Aug 2018 08:33:38 +0200 Subject: [PATCH] pthreads test needs full MIR on Windows --- tests/{run-pass/pthreads.rs => run-pass-fullmir/threads.rs} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/{run-pass/pthreads.rs => run-pass-fullmir/threads.rs} (80%) diff --git a/tests/run-pass/pthreads.rs b/tests/run-pass-fullmir/threads.rs similarity index 80% rename from tests/run-pass/pthreads.rs rename to tests/run-pass-fullmir/threads.rs index ec7e082a5d5f..93a08bfc2588 100644 --- a/tests/run-pass/pthreads.rs +++ b/tests/run-pass-fullmir/threads.rs @@ -1,4 +1,5 @@ -// Just instantiate some data structures to make sure we got all their foreign items covered +// Just instantiate some data structures to make sure we got all their foreign items covered. +// Requires full MIR on Windows. use std::sync;