Skip to content

Commit bef369d

Browse files
committed
Tidy up some test code
1 parent c3dd49c commit bef369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LLVMTests/ConstantSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ConstantSpec : XCTestCase {
101101
returnType: VoidType()))
102102

103103
let constant = StructType(elementTypes: [IntType.int64])
104-
.constant(values: [Int64(42).asLLVM()])
104+
.constant(values: [42])
105105

106106
// STRUCTCONST-NEXT: entry:
107107
let entry = main.appendBasicBlock(named: "entry")

0 commit comments

Comments
 (0)