Skip to content

Commit 825d911

Browse files
committed
[nfc] Add _builtin suffix to moveonly builtin tests.
This will make it clearer what these tests are actually not meant to check the move checker and are instead just meant to test our emission of the builtin.
1 parent 6e11611 commit 825d911

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/SILGen/moveonly.swift renamed to test/SILGen/moveonly_builtin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-silgen -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module | %FileCheck %s
1+
// RUN: %target-swift-emit-silgen -module-name moveonly -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module | %FileCheck %s
22

33
import Swift
44

0 commit comments

Comments
 (0)