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 ce5bef8 + f13cda8 commit b8444beCopy full SHA for b8444be
test/InterfaceHash/edited_method_body.swift
@@ -14,7 +14,8 @@
14
// RUN: %target-swift-frontend -typecheck -primary-file %t/x.swift -emit-reference-dependencies-path %t/x.swiftdeps -module-name main
15
// RUN: %S/../Inputs/process_fine_grained_swiftdeps_with_fingerprints.sh %swift-dependency-tool %t/x.swiftdeps %t/b-processed.swiftdeps
16
17
-// RUN: cmp %t/{a,b}-processed.swiftdeps
+// We can use `diff` here because this test isn't run on Windows
18
+// RUN: diff %t/{a,b}-processed.swiftdeps
19
20
// BEGIN a.swift
21
class C {
0 commit comments