mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
8 lines
420 B
Swift
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",{{.*}}]}
|