File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ static ValidationInfo validateControlBlock(
356
356
// Disable this restriction for compiler testing by setting this
357
357
// env var to any value.
358
358
static const char * ignoreRevision =
359
- ::getenv (" SWIFT_DEBUG_IGNORE_SWIFTMODULE_REVISION " );
359
+ ::getenv (" SWIFT_IGNORE_SWIFTMODULE_REVISION " );
360
360
if (ignoreRevision)
361
361
break ;
362
362
Original file line number Diff line number Diff line change 37
37
// RUN: not %target-swift-frontend -typecheck %t/ResilientClient.swift -swift-version 5 -I %t/build -parse-stdlib -module-cache-path %t/cache 2>&1 | %FileCheck %s
38
38
// CHECK: compiled module was created by a different version of the compiler; rebuild 'ResilientLib' and try again: {{.*}}ResilientLib.swiftmodule
39
39
40
- /// Building a ResilientLib client should succeed for a tagged compiler with SWIFT_DEBUG_IGNORE_SWIFTMODULE_REVISION
41
- // RUN: env SWIFT_DEBUG_FORCE_SWIFTMODULE_REVISION=not-a-revision SWIFT_DEBUG_IGNORE_SWIFTMODULE_REVISION =true \
40
+ /// Building a ResilientLib client should succeed for a tagged compiler with SWIFT_IGNORE_SWIFTMODULE_REVISION
41
+ // RUN: env SWIFT_DEBUG_FORCE_SWIFTMODULE_REVISION=not-a-revision SWIFT_IGNORE_SWIFTMODULE_REVISION =true \
42
42
// RUN: %target-swift-frontend -typecheck %t/ResilientClient.swift -swift-version 5 -I %t/build -parse-stdlib -module-cache-path %t/cache
43
43
44
44
You can’t perform that action at this time.
0 commit comments