Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/Frontend/module-alias-diags.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// Test diagnostics with module aliasing.
///
/// Module 'Lib' imports module 'XLogging', and 'XLogging' is aliased 'AppleLogging'.

// RUN: %empty-directory(%t)
Expand Down
2 changes: 1 addition & 1 deletion test/SILOptimizer/global_init_with_empty.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: rdar80475018
// RUN: %target-swift-frontend -primary-file %s -O -module-name=test -emit-ir | %FileCheck %s

// Also do an end-to-end test.
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -O -module-name=test %s -o %t/a.out
Expand Down
1 change: 1 addition & 0 deletions validation-test/stdlib/HashingRandomization.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: rdar80475018
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name main %s -o %t/hash
// RUN: %target-codesign %t/hash
Expand Down