Skip to content

Commit e6c0fb6

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ef3cb664dc94' from swift/release/5.5 into swift/main
2 parents 3d9ca25 + ef3cb66 commit e6c0fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SwiftREPL/ExclusivityREPL.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// REQUIRES: swift
33

44
// RUN: %lldb --repl < %s 2>&1 | FileCheck %s
5-
// CHECK: modification requires exclusive access
6-
// CHECK: Execution interrupted
5+
// CHECK-DAG: modification requires exclusive access
6+
// CHECK-DAG: Execution interrupted
77

88
class C {
99
var f = 12

0 commit comments

Comments
 (0)