Files
swift-mirror/test/Driver/loaded_module_trace_append.swift
Jordan Rose c3f117c9ce [test] Fix Driver tests not to write to PWD (a shared directory) (#19406)
Hopefully fixes some of the weird failures we're seeing in
rdar://problem/42247881, though I'm not sure how it would be
responsible for some of them.
2018-09-20 15:27:48 -07:00

8 lines
420 B
Swift

// RUN: rm -f %t
// RUN: env SWIFT_LOADED_MODULE_TRACE_FILE=%t %target-build-swift -module-name loaded_module_trace_append -c %s -o- > /dev/null
// RUN: env SWIFT_LOADED_MODULE_TRACE_FILE=%t %target-build-swift -module-name loaded_module_trace_append2 -c %s -o- > /dev/null
// RUN: %FileCheck %s < %t
// CHECK: {"name":"loaded_module_trace_append",{{.*}}]}
// CHECK-NEXT: {"name":"loaded_module_trace_append2",{{.*}}]}