diff --git a/test/IRGen/debug_scope_distinct.swift b/test/IRGen/debug_scope_distinct.swift index ee3059a2bc84e..1d92af114a931 100644 --- a/test/IRGen/debug_scope_distinct.swift +++ b/test/IRGen/debug_scope_distinct.swift @@ -1,3 +1,5 @@ +// REQUIRES: differentiable_programming + // RUN: %empty-directory(%t) // RUN: %target-swiftc_driver -DM -emit-module -emit-module-path %t/M.swiftmodule %s -module-name M // RUN: %target-swiftc_driver -O -g -I %t -c %s -emit-ir -o - | %FileCheck %s