From 539eb28a67a2b16042d84acc7025a796ad68181c Mon Sep 17 00:00:00 2001 From: Xi Ge Date: Wed, 31 Oct 2018 14:07:02 -0700 Subject: [PATCH] Revert "Revert "[test] disable a failing test DebugInfo/local-vars.swift.gyb. rdar://45708367"" --- test/DebugInfo/local-vars.swift.gyb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/local-vars.swift.gyb b/test/DebugInfo/local-vars.swift.gyb index 5a9af6e369ed4..ef7423a4c722e 100644 --- a/test/DebugInfo/local-vars.swift.gyb +++ b/test/DebugInfo/local-vars.swift.gyb @@ -2,6 +2,7 @@ // test only verifies that the variables show up in the debug info at // all. There are other tests testing liveness and representation. +// REQUIRES: rdar45708367 // RUN: %gyb %s -o %t.swift // RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift // RUN: %target-swift-frontend %t.swift -g -c -o %t.o