Skip to content

Commit fa1c4d0

Browse files
committed
Fix macos tests
1 parent 92fa917 commit fa1c4d0

File tree

1 file changed

+3
-3
lines changed
  • test/db/archos/darwin-x86_64

1 file changed

+3
-3
lines changed

test/db/archos/darwin-x86_64/swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CMDS=<<EOF
55
!!rabin2 -D swift _TFC4test7MyClass9calculatefS0_FT1xSi_Si
66
EOF
77
EXPECT=<<EOF
8-
test.MyClass.calculate (self) -> (): , ) ()...i
8+
test.MyClass.calculate (self) -> (): , ) (__...i)
99
EOF
1010
RUN
1111

@@ -16,7 +16,7 @@ CMDS=<<EOF
1616
!!rabin2 -D swift _TFC4test7MyClass9calculatefS0_FT1xSi_Si
1717
EOF
1818
EXPECT=<<EOF
19-
test.MyClass.calculate (self) -> (): , ) ()...i
19+
test.MyClass.calculate (self) -> (): , ) (__...i)
2020
EOF
2121
RUN
2222

@@ -27,7 +27,7 @@ CMDS=<<EOF
2727
iD swift _TFC4test7MyClass9calculatefS0_FT1xSi_Si
2828
EOF
2929
EXPECT=<<EOF
30-
test.MyClass.calculate (self) -> (): , ) ()...i
30+
test.MyClass.calculate (self) -> (): , ) (__...i)
3131
EOF
3232
RUN
3333

0 commit comments

Comments
 (0)