Skip to content

Commit 157bba1

Browse files
committed
[test] Silence IRGen output from property_wrapper_and_macro.swift
1 parent 2fceb9a commit 157bba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/NameLookup/property_wrapper_and_macro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: split-file %s %t
3-
// RUN: %target-swift-frontend -emit-ir -primary-file %t/valid.swift %t/definitions.swift
3+
// RUN: %target-swift-frontend -emit-ir -primary-file %t/valid.swift %t/definitions.swift > /dev/null
44
// RUN: %target-swift-frontend -typecheck -verify -verify-additional-prefix main- -primary-file %t/main.swift %t/definitions.swift
55
// RUN: %target-swift-frontend -typecheck -verify -verify-additional-prefix other- -parse-as-library -primary-file %t/other.swift %t/definitions.swift
66

0 commit comments

Comments
 (0)