We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80698a0 + 837c6f1 commit 994a071Copy full SHA for 994a071
test/stdlib/NSObject.swift
@@ -133,9 +133,9 @@ print("\(s1.hashValue)")
133
print("\(s1.hash)")
134
print("done NSMutableString hashValue")
135
// CHECK: NSMutableString hashValue
136
-// CHECK-NEXT: [[H1:[0-9]+]]
+// CHECK-NEXT: [[H1:(-)?[0-9]+]]
137
// CHECK-NEXT: [[H1]]
138
-// CHECK-NEXT: [[H2:[0-9]+]]
+// CHECK-NEXT: [[H2:(-)?[0-9]+]]
139
// CHECK-NEXT: [[H2]]
140
// CHECK-NEXT: done NSMutableString hashValue
141
@@ -153,7 +153,7 @@ printHashValue(nh, "nh")
153
print("done NoisyHash hashValue")
154
// CHECK: NoisyHash hashValue
155
// CHECK-NEXT: so hash
156
-// CHECK-NEXT: nh hashes to {{[0-9]+}}
+// CHECK-NEXT: nh hashes to {{(-)?[0-9]+}}
157
// CHECK: done NoisyHash hashValue
158
159
0 commit comments