mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Introduce SWIFT_STDLIB_HAS_TYPE_PRINTING flag to remove the ability to print types at runtime (to save codesize) (#40649)
This commit is contained in:
committed by
GitHub
parent
4405620aa6
commit
663a6fb771
@@ -1,6 +1,9 @@
|
||||
// RUN: %target-run-simple-swift
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// Freestanding/minimal runtime does not support printing type names at runtime.
|
||||
// UNSUPPORTED: freestanding
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
class TestHashableBase : Hashable {
|
||||
|
||||
Reference in New Issue
Block a user