Files
swift-mirror/test/Index/Store/record-empty.swift
David Farler 645aaad551 [index/build] Upstream indexing while building changes
This patch upstreams previously AppleInternal changes for
indexing while building.
2017-06-29 16:20:06 -07:00

8 lines
315 B
Swift

// RUN: rm -rf %t
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck -primary-file %s
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
// CHECK-NOT: Record{{.*}}record-empty
// XFAIL: linux