From 9dee93a4918942a84cbdc6d5e15a6900f8ab37b3 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Wed, 11 Sep 2019 15:37:13 -0700 Subject: [PATCH] [SwiftREPL] Try to re-enable a test. --- lit/SwiftREPL/BreakpointSimple.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/lit/SwiftREPL/BreakpointSimple.test b/lit/SwiftREPL/BreakpointSimple.test index 4899ea476c67..d462bf6c164f 100644 --- a/lit/SwiftREPL/BreakpointSimple.test +++ b/lit/SwiftREPL/BreakpointSimple.test @@ -1,8 +1,5 @@ // Test that we can set breakpoints in the REPL. -// REQUIRES: rdar51709992 -// swift-lldb: DISABLED because this test failed on the package bot - // RUN: %lldb --repl < %s | FileCheck %s func foo() -> Int {