From 33995100cd11df05c1c1f4d3910b99037f172337 Mon Sep 17 00:00:00 2001
From: Rick Waldron <waldron.rick@gmail.com>
Date: Fri, 11 Aug 2017 11:52:21 -0400
Subject: [PATCH] Remove duplicate frontmatter tags

---
 test/built-ins/Date/S15.9.3.1_A5_T1.js | 1 -
 test/built-ins/Date/S15.9.3.1_A5_T2.js | 1 -
 test/built-ins/Date/S15.9.3.1_A5_T3.js | 1 -
 test/built-ins/Date/S15.9.3.1_A5_T4.js | 1 -
 test/built-ins/Date/S15.9.3.1_A5_T5.js | 1 -
 test/built-ins/Date/S15.9.3.1_A5_T6.js | 1 -
 6 files changed, 6 deletions(-)

diff --git a/test/built-ins/Date/S15.9.3.1_A5_T1.js b/test/built-ins/Date/S15.9.3.1_A5_T1.js
index 01d969c4af..5af97630fe 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T1.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T1.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
diff --git a/test/built-ins/Date/S15.9.3.1_A5_T2.js b/test/built-ins/Date/S15.9.3.1_A5_T2.js
index 6a0668badf..fae6ea154d 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T2.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T2.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
diff --git a/test/built-ins/Date/S15.9.3.1_A5_T3.js b/test/built-ins/Date/S15.9.3.1_A5_T3.js
index 03debef4fb..e891292e4d 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T3.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T3.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
diff --git a/test/built-ins/Date/S15.9.3.1_A5_T4.js b/test/built-ins/Date/S15.9.3.1_A5_T4.js
index 6a82d1cfbc..2dcb6d0d9e 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T4.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T4.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
diff --git a/test/built-ins/Date/S15.9.3.1_A5_T5.js b/test/built-ins/Date/S15.9.3.1_A5_T5.js
index 86075bf81b..288456b544 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T5.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T5.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
diff --git a/test/built-ins/Date/S15.9.3.1_A5_T6.js b/test/built-ins/Date/S15.9.3.1_A5_T6.js
index e8bc4d1b11..2d164dca12 100644
--- a/test/built-ins/Date/S15.9.3.1_A5_T6.js
+++ b/test/built-ins/Date/S15.9.3.1_A5_T6.js
@@ -1,7 +1,6 @@
 // Copyright 2009 the Sputnik authors.  All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
-esid: sec-date-constructor
 info: >
     The [[Value]] property of the newly constructed object
     is set by following steps:
-- 
GitLab