Skip to content

Commit

Permalink
Merge pull request swiftlang#60626 from aschwaighofer/add_executable_…
Browse files Browse the repository at this point in the history
…test_to_resilient_multipayload_enum

Add missing executable_test to Interpreter/resilient_multipayload_enum.swift
  • Loading branch information
swift-ci authored Aug 18, 2022
2 parents f266a4f + dd49a2f commit dc38375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Interpreter/resilient_multipayload_enum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// RUN: %target-codesign %t/main
// RUN: %target-run %t/main %t/%target-library-name(ResilientEnum) | %FileCheck %s

// REQUIRES: executable_test

import ResilientEnum

@inline(never)
Expand Down

0 comments on commit dc38375

Please sign in to comment.