From 3ffdf4344e3da5d48f14eaa8f97108fae0367410 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 2 Jul 2015 19:16:42 -0500
Subject: [PATCH] Remove faulthandler call

---
 test/test_isl.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/test_isl.py b/test/test_isl.py
index 81db774..a5de274 100644
--- a/test/test_isl.py
+++ b/test/test_isl.py
@@ -158,9 +158,6 @@ def test_eval_pw_qpolynomial():
 
 
 def test_schedule():
-    import faulthandler
-    faulthandler.enable()
-
     schedule = isl.UnionMap("{A[i,j] -> [i,j]: 0 < i < j < 100}")
     context = isl.Set("{:}")
     build = isl.AstBuild.from_context(context)
-- 
GitLab