Skip to content

Commit c816752

Browse files
committed
Fix bitrotted test
1 parent f9d9ac8 commit c816752

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# REQUIRES: swift
22
# RUN: rm -rf %t && mkdir %t && cd %t
3-
# RUN: %target-swiftc -g %S/Inputs/main.swift -o a.out
4-
# RUN: %lldb a.out -b -s %s 2>&1 | FileCheck %s
3+
# RUN: %target-swiftc -g %S/Inputs/main.swift -o %t/a.out
4+
# RUN: %lldb %t/a.out -b -s %s 2>&1 | FileCheck %s
55

66
# CHECK-NOT: Stopped due to an error evaluating condition of breakpoint
7+
# CHECK: stop reason = breakpoint
78

89
# The parentheses surrounding the expression matter.
910
br s -n main -c '((nil == nil))'
1011
r
1112
c
13+
quit

0 commit comments

Comments
 (0)