Skip to content

Commit b1d6768

Browse files
committed
[move-only] Turn off the buffer view test for now when optimizations are enabled.
The proof of concept is only intended to be used without optimizations right now.
1 parent 09c7a4e commit b1d6768

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/moveonly_bufferview.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-move-only) | %FileCheck %s
22

33
// REQUIRES: executable_test
4+
// REQUIRES: swift_test_mode_optimize_none
5+
6+
// Until we get support for emitting value witnesses for deinits, do not run
7+
// this with optimizations.
48

59
@_moveOnly
610
public struct BufferView<T> {

0 commit comments

Comments
 (0)