Skip to content

Commit b3890e4

Browse files
authored
Merge pull request #70754 from kubamracek/embedded-noalloc-reeenable-test
[embedded] Re-enable embedded/dependencies-no-allocations.swift and only disable it on AArch64 Linux
2 parents 9629f9a + bb8433e commit b3890e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/dependencies-no-allocations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
2121
// RUN: %target-run %t/a.out | %FileCheck %s
2222

23-
// REQUIRES: rdar120557595
2423
// REQUIRES: swift_in_compiler
2524
// REQUIRES: executable_test
2625
// REQUIRES: optimized_stdlib
2726
// REQUIRES: OS=macosx || OS=linux-gnu
27+
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
2828

2929
@_silgen_name("putchar")
3030
func putchar(_: UInt8)

0 commit comments

Comments
 (0)