From 8a25ffaa13d62c6737d419db03ebb51a9bbc2989 Mon Sep 17 00:00:00 2001 From: Guillaume Lessard Date: Tue, 21 Feb 2023 17:12:00 -0800 Subject: [PATCH] [test] disable test for simulators --- test/DebugInfo/basic.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/DebugInfo/basic.swift b/test/DebugInfo/basic.swift index 46f138c12b3..7f5af39cc0b 100644 --- a/test/DebugInfo/basic.swift +++ b/test/DebugInfo/basic.swift @@ -1,3 +1,5 @@ +// REQUIRES: OS=macosx || OS=linux-gnu || OS=windows +// Remove the line above when rdar://105651154 is addressed. // A (no longer) basic test for debug info. // -------------------------------------------------------------------- // Verify that we don't emit any debug info by default.