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 dd32ed8 commit 1ce495fCopy full SHA for 1ce495f
test/IDE/print_stdlib.swift
@@ -1,5 +1,7 @@
1
// Check interface produced for the standard library.
2
//
3
+// REQUIRES: long_test
4
+//
5
// RUN: %target-swift-frontend -parse %s
6
// RUN: %target-swift-ide-test -print-module -module-to-print=Swift -source-filename %s -print-interface > %t.txt
7
// RUN: FileCheck -check-prefix=CHECK-ARGC %s < %t.txt
validation-test/Driver/many-inputs.swift
@@ -16,3 +16,5 @@
16
// RUN: (cd %t && %target-build-swift -emit-library ./*.swift -o ./libMultiFile)
17
// RUN: nm %t/libMultiFile | FileCheck %t/check.txt
18
19
20
+
0 commit comments