Files
swift-mirror/test/IDE/module_api_smoketest.swift
Stefan Gränitz c4b0bae6e4 Use target-specific substitutions for target-specific RUN-lines (#79998)
Target-specific run-lines should use the respective target-specific substitutions
2025-03-15 00:40:59 +01:00

11 lines
314 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-swift-ide-test -generate-module-api-description -module-cache-path %t %s | %FileCheck %s
public struct Struct1 {}
// CHECK: Name: module_api_smoketest
// CHECK-NEXT: NestedDecls:
// CHECK-NEXT: Structs:
// CHECK-NEXT: - Name: Struct1