Skip to content

Commit 65ba3ac

Browse files
committed
More test fixes that I overlooked.
1 parent 69d7c54 commit 65ba3ac

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

test/SourceKit/Sema/sema_symlink.swift.response

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
key.offset: 15,
2020
key.length: 3
2121
}
22-
],
23-
key.diagnostics: [
24-
{
25-
key.line: 1,
26-
key.column: 16,
27-
key.filepath: real.swift,
28-
key.severity: source.diagnostic.severity.note,
29-
key.description: "did you mean 'Bool'? (Swift.Bool)"
30-
}
3122
]
3223
}
3324
]

validation-test/compiler_crashers/28295-swift-namelookup-lookupvisibledeclsinmodule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
struct a{var f={H:{}}}init

validation-test/compiler_crashers/28297-swift-lookupvisibledecls.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
{} ?? {let a{p

validation-test/compiler_crashers/28306-swift-lookupvisibledecls.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
{
1111
var:A.a

0 commit comments

Comments
 (0)