File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lldb/test/API/functionalities/data-formatter/swift-unsafe Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class Number<T:Numeric> {
35
35
}
36
36
}
37
37
38
- // Ensure "Raw" in the name doesn't confuse the data formatters into thinking
39
- // it's a raw value .
38
+ // Put "Raw" in the name to test that the data formatter is not confused into
39
+ // choosing a one of the Unsafe*Raw types .
40
40
struct NotRaw {
41
41
var x : Int
42
42
}
@@ -212,6 +212,7 @@ func main() {
212
212
213
213
let cooked : [ NotRaw ] = [ . init( x: 1 ) , . init( x: 2 ) , . init( x: 4 ) ]
214
214
cooked. withUnsafeBufferPointer { buffer in
215
+ print ( " break " )
215
216
//% self.expect("frame variable buffer",
216
217
//% patterns=[
217
218
//% '\(UnsafeBufferPointer<a.NotRaw>\) buffer = 3 values \(0[xX][0-9a-fA-F]+\) {',
You can’t perform that action at this time.
0 commit comments