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