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 ccea096 commit ce88810Copy full SHA for ce88810
test/ScanDependencies/direct-cc1-dwarf-options.swift
@@ -2,7 +2,7 @@
2
// RUN: %empty-directory(%t)
3
// RUN: split-file %s %t
4
5
-// RUN: RC_DEBUG_OPTIONS=1 %target-swift-frontend -scan-dependencies -o %t/deps.json -I %t \
+// RUN: env RC_DEBUG_OPTIONS=1 %target-swift-frontend -scan-dependencies -o %t/deps.json -I %t \
6
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import -parse-stdlib \
7
// RUN: -g -file-compilation-dir %t -Xcc -ferror-limit=1 \
8
// RUN: %t/test.swift -module-name Test -swift-version 5 -experimental-clang-importer-direct-cc1-scan
0 commit comments