Skip to content

Commit c750f56

Browse files
committed
SIL: Fix boxes test to actually emit SIB
1 parent 3b134d4 commit c750f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SIL/Serialization/boxes.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
22
// RUN: %empty-directory(%t)
33
// RUN: %target-sil-opt %s -emit-sib -o %t/tmp.sib -module-name boxes
4-
// RUN: %target-sil-opt %t/tmp.sib -o %t/tmp.2.sib -module-name boxes
4+
// RUN: %target-sil-opt %t/tmp.sib -emit-sib -o %t/tmp.2.sib -module-name boxes
55
// RUN: %target-sil-opt %t/tmp.2.sib -module-name boxes | %FileCheck %s
66

77
sil_stage canonical

0 commit comments

Comments
 (0)