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.
2 parents a09112a + 18ecb1e commit 09141ceCopy full SHA for 09141ce
test/DebugInfo/modulecache.swift
@@ -9,7 +9,7 @@ import ClangModule
9
10
// RUN: %empty-directory(%t)
11
// RUN: %swift-ide-test_plain -print-usrs -target %target-triple -module-cache-path %t -I %S/Inputs -source-filename %s
12
-// RUN: head -c 4 %t/*/ClangModule-*.pcm | grep -q CPCH
+// RUN: dd bs=1 count=4 < %t/*/ClangModule-*.pcm 2>/dev/null | grep -q CPCH
13
14
// 2. Test that swift is creating clang modules with debug info.
15
0 commit comments