We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7a4e commit b1d6768Copy full SHA for b1d6768
test/Interpreter/moveonly_bufferview.swift
@@ -1,6 +1,10 @@
1
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-move-only) | %FileCheck %s
2
3
// 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.
8
9
@_moveOnly
10
public struct BufferView<T> {
0 commit comments