Skip to content

Commit 888c415

Browse files
committed
Two compiler_crashers were fixed by recent changes, update them.
1 parent 5ce503c commit 888c415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/compiler_crashers/27944-swift-astvisitor.swift renamed to validation-test/compiler_crashers_fixed/27944-swift-astvisitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not --crash %target-swift-frontend %s -parse
1+
// RUN: not %target-swift-frontend %s -parse
22

33
// Distributed under the terms of the MIT license
44
// Test case submitted to project by https://github.com/practicalswift (practicalswift)

validation-test/compiler_crashers/28200-swift-typebase-getdesugaredtype.swift renamed to validation-test/compiler_crashers_fixed/28200-swift-typebase-getdesugaredtype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not --crash %target-swift-frontend %s -parse
1+
// RUN: not %target-swift-frontend %s -parse
22

33
// Distributed under the terms of the MIT license
44
// Test case submitted to project by https://github.com/practicalswift (practicalswift)

0 commit comments

Comments
 (0)