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 c893377 commit 6ad6d7cCopy full SHA for 6ad6d7c
lldb/test/Shell/SwiftREPL/ErrorReturnObjC.test
@@ -23,8 +23,8 @@ func throwsClassError() throws {
23
try throwsClassError()
24
25
// CHECK: $E0: ClassError = {
26
-// CHECK: Foundation.NSError = domain: "ClassError" - code: 10 {
+// CHECK: NSError = domain: "ClassError" - code: 10 {
27
// CHECK: _userInfo = 0 key/value pairs
28
// CHECK: }
29
// CHECK: message = "Hello error"
30
-// CHECK: }
+// CHECK: }
0 commit comments