Skip to content

Commit ebdf680

Browse files
Remote "not" from RUN line of valid programs.
1 parent 7907831 commit ebdf680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/compiler_crashers_fixed/27818-swift-astvisitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swift-frontend %s -parse
1+
// RUN: %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/zats (Sash Zats)

validation-test/compiler_crashers_fixed/28181-llvm-irbuilder.swift

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

33
struct A {
44
func a() -> String {

0 commit comments

Comments
 (0)