mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
329 B
Swift
8 lines
329 B
Swift
// RUN: %sourcekitd-test -req=doc-info %S/Inputs/main.swift > %t.response
|
|
// RUN: %diff -u %s.response %t.response
|
|
|
|
// RUN: not %sourcekitd-test -req=doc-info %S/Inputs/main.swift -- %S/Inputs/cake.swift 2> %t.error
|
|
// RUN: %FileCheck %s -check-prefix=MULTI_FILE < %t.error
|
|
|
|
// MULTI_FILE: unexpected input in compiler arguments
|