mirror of https://github.com/tc39/test262.git
Merge pull request #336 from bocoup/remove-env
Remove empty "include" file
This commit is contained in:
commit
9dc49b72cc
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T1
|
es5id: 15.9.3.1_A5_T1
|
||||||
description: 2 arguments, (year, month)
|
description: 2 arguments, (year, month)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T2
|
es5id: 15.9.3.1_A5_T2
|
||||||
description: 3 arguments, (year, month, date)
|
description: 3 arguments, (year, month, date)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T3
|
es5id: 15.9.3.1_A5_T3
|
||||||
description: 4 arguments, (year, month, date, hours)
|
description: 4 arguments, (year, month, date, hours)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T4
|
es5id: 15.9.3.1_A5_T4
|
||||||
description: 5 arguments, (year, month, date, hours, minutes)
|
description: 5 arguments, (year, month, date, hours, minutes)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T5
|
es5id: 15.9.3.1_A5_T5
|
||||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
|
@ -15,7 +15,6 @@ info: >
|
||||||
es5id: 15.9.3.1_A5_T6
|
es5id: 15.9.3.1_A5_T6
|
||||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||||
includes:
|
includes:
|
||||||
- environment.js
|
|
||||||
- numeric_conversion.js
|
- numeric_conversion.js
|
||||||
- Date_constants.js
|
- Date_constants.js
|
||||||
- Date_library.js
|
- Date_library.js
|
||||||
|
|
Loading…
Reference in New Issue