Skip to content

Commit f4d897e

Browse files
committed
Remove uninspired comment
1 parent ee775e6 commit f4d897e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/Interop/Cxx/extern-var/extern-var-silgen.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Test that global variables are handled properly by the ClangImporter.
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-build-swift %s -I %S/Inputs -emit-sil -o %t/extern-var.sil -Xfrontend -enable-cxx-interop
53
// RUN: %FileCheck < %t/extern-var.sil %s

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Test that global variables are handled properly by the ClangImporter.
2-
31
// RUN: %empty-directory(%t)
42
// RUN: %target-clang -c %S/Inputs/extern-var.cc -I %S/Inputs -fPIC -o %t/extern-var.o
53
// RUN: %target-build-swift %s -I %S/Inputs -o %t/extern-var %t/extern-var.o -Xfrontend -enable-cxx-interop

0 commit comments

Comments
 (0)