Skip to content

Commit db5119f

Browse files
committed
fix testcase to avoid -emit-ir
1 parent 42c6ff6 commit db5119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/SwiftToCxx/structs/zero-sized-struct-in-cxx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-swift-frontend %s -typecheck -emit-ir -module-name Structs -clang-header-expose-public-decls -emit-clang-header-path %t/structs.h
2+
// RUN: %target-swift-frontend %s -typecheck -module-name Structs -clang-header-expose-public-decls -emit-clang-header-path %t/structs.h
33
// RUN: %FileCheck %s < %t/structs.h
44

55
// CHECK: namespace Structs {

0 commit comments

Comments
 (0)