We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d9ac8 commit c816752Copy full SHA for c816752
lldb/test/Shell/Swift/cond-breakpoint.test
@@ -1,11 +1,13 @@
1
# REQUIRES: swift
2
# 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
+# RUN: %target-swiftc -g %S/Inputs/main.swift -o %t/a.out
+# RUN: %lldb %t/a.out -b -s %s 2>&1 | FileCheck %s
5
6
# CHECK-NOT: Stopped due to an error evaluating condition of breakpoint
7
+# CHECK: stop reason = breakpoint
8
9
# The parentheses surrounding the expression matter.
10
br s -n main -c '((nil == nil))'
11
r
12
c
13
+quit
0 commit comments