Skip to content

Commit

Permalink
disable the string_switch test for a resilient stdlib build
Browse files Browse the repository at this point in the history
  • Loading branch information
eeckstein committed Sep 19, 2017
1 parent f519532 commit 08b5081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SILOptimizer/string_switch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// RUN: %target-build-swift -O %s -module-name=test -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil | %FileCheck %s
// RUN: %target-run %t.out
// UNSUPPORTED: nonatomic_rc
// UNSUPPORTED: resilient_stdlib

import StdlibUnittest

Expand Down

0 comments on commit 08b5081

Please sign in to comment.