summaryrefslogtreecommitdiff
path: root/Chalice/tests/regressions/workitem-9978.chalice
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/tests/regressions/workitem-9978.chalice')
-rw-r--r--Chalice/tests/regressions/workitem-9978.chalice9
1 files changed, 0 insertions, 9 deletions
diff --git a/Chalice/tests/regressions/workitem-9978.chalice b/Chalice/tests/regressions/workitem-9978.chalice
deleted file mode 100644
index 02cd2e66..00000000
--- a/Chalice/tests/regressions/workitem-9978.chalice
+++ /dev/null
@@ -1,9 +0,0 @@
-class C {
- method nullPointerException()
- {
- while (true)
- {
- fork nullPointerException(); // previously, fork without token inside a while loop introduced a nullpointer exception.
- }
- }
-}