Skip to content

Commit 2d5831c

Browse files
authored
Merge pull request swiftlang#22368 from jrose-apple/fail-hello-ill-met
2 parents fccc17e + e9da059 commit 2d5831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SIL/verify_all_overlays.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s || echo "$x (bcanalyzer)" >> %t.txt; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null || echo "$x (sil-opt)" >> %t/failures.txt; done
2+
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s || echo "$x (bcanalyzer)" >> %t/failures.txt; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null || echo "$x (sil-opt)" >> %t/failures.txt; done
33
// RUN: not cat %t/failures.txt
44

55
// CHECK-NOT: Unknown

0 commit comments

Comments
 (0)