Skip to content

Commit f86bf3a

Browse files
committed
Merge pull request #1341 from compnerd/test-ulimit-cleanup
test: remove `ulimit -c unlimited`
2 parents eb433a7 + cc02a0b commit f86bf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/fractal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: rm -rf %t && mkdir %t
2-
// RUN: ulimit -c unlimited && %target-jit-run %s -I %S -enable-source-import | FileCheck %s
2+
// RUN: %target-jit-run %s -I %S -enable-source-import | FileCheck %s
33
// REQUIRES: executable_test
44

55
// REQUIRES: swift_interpreter

0 commit comments

Comments
 (0)