From 7544dffdf4b6a0650abdeeaaf27d39e69dd5133d Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 2 Jul 2017 18:35:38 +0800 Subject: Makefile - Remove a test that covers a condition mrust considers an error --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e63b0d0d..d1e314b0 100644 --- a/Makefile +++ b/Makefile @@ -373,6 +373,8 @@ DISABLED_TESTS += run-pass/out-of-stack # - Requires jemalloc DISABLED_TESTS += run-pass/allocator-default DISABLED_TESTS += run-pass/allocator-override +# - Really odd behavior: +DISABLED_TESTS += run-pass/move-guard-const # Moves are allowed in match arm guards (should error in mrustc) # - Lazy. DISABLED_TESTS += run-pass/associated-types-projection-in-where-clause # Not normalizing bounds DISABLED_TESTS += run-pass/cast # Disallows cast from char to i32 -- cgit v1.2.3