Skip to content

Commit 6bd7d70

Browse files
authored
Fix Lcache and property hashmap related buildoption tests (#2973)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
1 parent 7572898 commit 6bd7d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def skip_if(condition, desc):
148148
Options('buildoption_test-no_jerry_libm',
149149
['--jerry-libm=off', '--link-lib=m']),
150150
Options('buildoption_test-no_lcache_prophashmap',
151-
['--compile-flag=-DCONFIG_ECMA_LCACHE_DISABLE', '--compile-flag=-DCONFIG_ECMA_PROPERTY_HASHMAP_DISABLE']),
151+
['--compile-flag=-DJERRY_LCACHE=0', '--compile-flag=-DJERRY_PROPRETY_HASHMAP=0']),
152152
Options('buildoption_test-external_context',
153153
['--external-context=on']),
154154
Options('buildoption_test-shared_libs',

0 commit comments

Comments
 (0)