Skip to content

Commit a93abc7

Browse files
committed
Change IRGen test to use -emit-irgen so that LLVM canonicalizations don't affect test expectations
1 parent ffb22d7 commit a93abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/builtin_vector_fixed_array.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking -enable-experimental-feature ValueGenerics -enable-experimental-feature BuiltinModule %s | %FileCheck %s
1+
// RUN: %target-swift-frontend -emit-irgen -disable-availability-checking -enable-experimental-feature ValueGenerics -enable-experimental-feature BuiltinModule %s | %FileCheck %s
22
import Builtin
33
import Swift
44

0 commit comments

Comments
 (0)