File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ normalize_boolean_spelling(SWIFT_RUN_TESTS_WITH_HOST_COMPILER)
199
199
normalize_boolean_spelling (SWIFT_RUNTIME_ENABLE_LEAK_CHECKER )
200
200
normalize_boolean_spelling (SWIFT_OPTIMIZED )
201
201
normalize_boolean_spelling (SWIFT_STDLIB_SINGLE_THREADED_RUNTIME )
202
+ normalize_boolean_spelling (SWIFT_ENABLE_REFLECTION )
202
203
normalize_boolean_spelling (SWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS )
203
204
normalize_boolean_spelling (SWIFT_HAVE_LIBXML2 )
204
205
normalize_boolean_spelling (SWIFT_INCLUDE_TOOLS )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ ErrorTests.test("try!/location")
134
134
. skip ( . custom( { _isFastAssertConfiguration ( ) } ,
135
135
reason: " trap is not guaranteed to happen in -Ounchecked " ) )
136
136
. crashOutputMatches ( shouldCheckErrorLocation ( )
137
- ? " main/Error.swift:140 "
137
+ ? " main/Error.swift: \( #line + 4 ) "
138
138
: " " )
139
139
. code {
140
140
expectCrashLater ( )
You can’t perform that action at this time.
0 commit comments