Skip to content

Commit e1094f7

Browse files
[NFC] Remove stray E in lit.py variable binding. (#32713)
1 parent b642b41 commit e1094f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/abitypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Foundation
1717
// arm64e-ios: [[ARM64E_MYRECT:%.*]] = type { float, float, float, float }
1818
// arm64-tvos: [[ARM64_MYRECT:%.*]] = type { float, float, float, float }
1919
// armv7k-watchos: [[ARMV7K_MYRECT:%.*]] = type { float, float, float, float }
20-
// arm64-macosx: [[ARM64E_MYRECT:%.*]] = type { float, float, float, float }
20+
// arm64-macosx: [[ARM64_MYRECT:%.*]] = type { float, float, float, float }
2121

2222
class Foo {
2323
// x86_64-macosx: define hidden swiftcc { float, float, float, float } @"$s8abitypes3FooC3bar{{[_0-9a-zA-Z]*}}F"(%T8abitypes3FooC* swiftself %0) {{.*}} {

0 commit comments

Comments
 (0)