Skip to content

Commit db8940c

Browse files
committed
add UNSUPPORTED: CPU=arm64e to tests
1 parent 890ef3d commit db8940c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interop/SwiftToCxx/enums/large-enums-pass-return-in-cxx-execution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %target-run %t/swift-enums-execution | %FileCheck %s
1010

1111
// REQUIRES: executable_test
12+
// UNSUPPORTED: CPU=arm64e
1213

1314
#include <cassert>
1415
#include <cstdint>

test/Interop/SwiftToCxx/enums/small-enums-pass-return-in-cxx-execution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %target-run %t/swift-enums-execution | %FileCheck %s
1010

1111
// REQUIRES: executable_test
12+
// UNSUPPORTED: CPU=arm64e
1213

1314
#include <cassert>
1415
#include <cstddef>

0 commit comments

Comments
 (0)