Skip to content

Commit

Permalink
Mark one crasher test as fixed on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Dec 10, 2015
1 parent 09c6210 commit 5995ef2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// RUN: not --crash %target-swift-frontend %s -emit-silgen
// RUN: %target-swift-frontend %s -emit-silgen
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// http://www.openradar.me/19423783

// This test crashes on Linux.
// XFAIL: linux

protocol A {
var a: Int {
get
Expand Down

0 comments on commit 5995ef2

Please sign in to comment.