From 6033d4d6dd53ee6acbd7f9b6f86e9ae891edd458 Mon Sep 17 00:00:00 2001 From: Xi Ge Date: Sat, 25 Mar 2017 08:56:49 -0700 Subject: [PATCH] Test: re-enable test/Prototypes/PatternMatching.swift --- test/Prototypes/PatternMatching.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Prototypes/PatternMatching.swift b/test/Prototypes/PatternMatching.swift index 6d783b4431153..5136a0cbadd77 100644 --- a/test/Prototypes/PatternMatching.swift +++ b/test/Prototypes/PatternMatching.swift @@ -10,7 +10,6 @@ // //===----------------------------------------------------------------------===// // RUN: %target-run-simple-swift -// REQUIRES: rdar://problem/31206521 // REQUIRES: executable_test //===--- Niceties ---------------------------------------------------------===//