Skip to content

Commit ef3cb66

Browse files
Merge pull request #2959 from adrian-prantl/77918446
Relax test to not rely on output ordering
2 parents 94a43de + 207838e commit ef3cb66

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)