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)
199199normalize_boolean_spelling(SWIFT_RUNTIME_ENABLE_LEAK_CHECKER)
200200normalize_boolean_spelling(SWIFT_OPTIMIZED)
201201normalize_boolean_spelling(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME)
202+ normalize_boolean_spelling(SWIFT_ENABLE_REFLECTION)
202203normalize_boolean_spelling(SWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS)
203204normalize_boolean_spelling(SWIFT_HAVE_LIBXML2)
204205normalize_boolean_spelling(SWIFT_INCLUDE_TOOLS)
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ ErrorTests.test("try!/location")
134134 . skip ( . custom( { _isFastAssertConfiguration ( ) } ,
135135 reason: " trap is not guaranteed to happen in -Ounchecked " ) )
136136 . crashOutputMatches ( shouldCheckErrorLocation ( )
137- ? " main/Error.swift:140 "
137+ ? " main/Error.swift: \( #line + 4 ) "
138138 : " " )
139139 . code {
140140 expectCrashLater ( )
You can’t perform that action at this time.
0 commit comments