From da07252c45764864d17a1c34c15f98d55bab6076 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Mon, 27 Mar 2017 11:01:05 +0200 Subject: [PATCH] Sort minimal profile (#1689) Profiles used to be in alpha order. However, after the recent `CONFIG_DISABLE_[ES2015_]*_BUILTIN` renamings, the minimal profile became unsorted. This commit re-sorts the file. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- jerry-core/profiles/minimal.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jerry-core/profiles/minimal.profile b/jerry-core/profiles/minimal.profile index 6f6410efc..9cf71b6f9 100644 --- a/jerry-core/profiles/minimal.profile +++ b/jerry-core/profiles/minimal.profile @@ -1,14 +1,14 @@ -CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN CONFIG_DISABLE_ANNEXB_BUILTIN CONFIG_DISABLE_ARRAY_BUILTIN CONFIG_DISABLE_BOOLEAN_BUILTIN CONFIG_DISABLE_DATE_BUILTIN CONFIG_DISABLE_ERROR_BUILTINS +CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN CONFIG_DISABLE_ES2015_BUILTIN +CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN CONFIG_DISABLE_JSON_BUILTIN CONFIG_DISABLE_MATH_BUILTIN CONFIG_DISABLE_NUMBER_BUILTIN CONFIG_DISABLE_REGEXP_BUILTIN CONFIG_DISABLE_STRING_BUILTIN -CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN CONFIG_DISABLE_UNICODE_CASE_CONVERSION