Skip to content

Commit 9f55468

Browse files
committed
Fixed the test case to reflect the variable name actually being printed.
1 parent b80e4c5 commit 9f55468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PlaygroundTransform/plus_equals.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ var b = "b"
1010
a += b
1111
// CHECK: [{{.*}}] $builtin_log[a='a']
1212
// CHECK-NEXT: [{{.*}}] $builtin_log[b='b']
13-
// CHECK-NEXT: [{{.*}}] $builtin_log[='ab']
13+
// CHECK-NEXT: [{{.*}}] $builtin_log[a='ab']

0 commit comments

Comments
 (0)