mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
6509f78f13
These changes were made manually.
5 lines
246 B
Swift
5 lines
246 B
Swift
// RUN: %empty-directory(%t.mod)
|
|
// RUN: %swift -emit-module -o %t.mod/cake.swiftmodule %S/Inputs/cake.swift -parse-as-library
|
|
// RUN: %sourcekitd-test -req=doc-info -module cake -- -I %t.mod > %t.response
|
|
// RUN: diff -u %s.response %t.response
|