Skip to content

Commit 6ad6d7c

Browse files
committed
Relax test
The module lookup happens through DWARF and in the REPL we can't expect to have any DWAF for Foundation. rdar://82038675
1 parent c893377 commit 6ad6d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SwiftREPL/ErrorReturnObjC.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ func throwsClassError() throws {
2323
try throwsClassError()
2424

2525
// CHECK: $E0: ClassError = {
26-
// CHECK: Foundation.NSError = domain: "ClassError" - code: 10 {
26+
// CHECK: NSError = domain: "ClassError" - code: 10 {
2727
// CHECK: _userInfo = 0 key/value pairs
2828
// CHECK: }
2929
// CHECK: message = "Hello error"
30-
// CHECK: }
30+
// CHECK: }

0 commit comments

Comments
 (0)