From 4f3cbc756d5f0e1ffbed5d322566b936e1e9834c Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood09@imperial.ac.uk>
Date: Thu, 19 Jul 2018 21:08:57 +0100
Subject: [PATCH] Add a missing Reflect feature flag.

Proxy/deleteProperty/boolean-trap-result-boolean-true.js was missing a
feature flag for the Reflect library.
---
 .../Proxy/deleteProperty/boolean-trap-result-boolean-true.js     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/built-ins/Proxy/deleteProperty/boolean-trap-result-boolean-true.js b/test/built-ins/Proxy/deleteProperty/boolean-trap-result-boolean-true.js
index 93345e580b..c5ccffbf38 100644
--- a/test/built-ins/Proxy/deleteProperty/boolean-trap-result-boolean-true.js
+++ b/test/built-ins/Proxy/deleteProperty/boolean-trap-result-boolean-true.js
@@ -6,6 +6,7 @@ description: >
     [[Delete]] (P)
 
     The result is a Boolean value.
+features: [Reflect]
 ---*/
 
 var p = new Proxy({}, {
-- 
GitLab