We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b134d4 commit c750f56Copy full SHA for c750f56
test/SIL/Serialization/boxes.sil
@@ -1,7 +1,7 @@
1
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
2
// RUN: %empty-directory(%t)
3
// 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
+// RUN: %target-sil-opt %t/tmp.sib -emit-sib -o %t/tmp.2.sib -module-name boxes
5
// RUN: %target-sil-opt %t/tmp.2.sib -module-name boxes | %FileCheck %s
6
7
sil_stage canonical
0 commit comments