Skip to content

Commit 2727a98

Browse files
committed
tmp do not merge
1 parent f1ac7da commit 2727a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/static/static-var.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-clangxx -c %S/Inputs/static-var.cpp -I %S/Inputs -o %t/static-var.o
3-
// RUN: %target-build-swift %s -I %S/Inputs -o %t/statics %t/static-var.o -Xfrontend -enable-experimental-cxx-interop
3+
// RUN: %target-build-swift %s -I %S/Inputs -o %t/statics %t/static-var.o -Xfrontend -enable-experimental-cxx-interop -v
44
// RUN: %target-codesign %t/statics
55
// RUN: %target-run %t/statics
66
//

0 commit comments

Comments
 (0)