Skip to content

Commit be87bd1

Browse files
authored
Merge pull request #27296 from ematejska/update_sil_test_naming
Using %sil-opt is inconsistent with the rest of the tests in this directory
2 parents 9f1ce1b + 4412a79 commit be87bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SIL/Parser/ossa_needs_ownership_on_args.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %sil-opt -verify %s
1+
// RUN: not %target-sil-opt -verify %s
22

33
// Make sure that we error if ossa functions do not parse unless the argument
44
// has the proper ownership specifier on it.

0 commit comments

Comments
 (0)