mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00
Fix typos
Change-Id: I60eaa9de20577ef7c7930c3ade23851c91ea3260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177475 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:

committed by
Julien Nabet

parent
3c9a4e222a
commit
60047110c1
@ -11,7 +11,7 @@
|
||||
|
||||
$(eval $(call sc_ucalc_test,_formula2))
|
||||
|
||||
# some testes related to NaN payload may fail on some arch(e.g. riscv64)
|
||||
# some tests related to NaN payload may fail on some arch(e.g. riscv64)
|
||||
# that does not support part of IEEE 754 voluntary standards
|
||||
ifeq ($(DISABLE_NAN_TESTS),TRUE)
|
||||
$(eval $(call gb_CppunitTest_add_defs,sc_ucalc_formula2,\
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
$(eval $(call sc_ucalc_test,_nanpayload))
|
||||
|
||||
# some testes related to NaN payload may fail on some arch(e.g. riscv64)
|
||||
# some tests related to NaN payload may fail on some arch(e.g. riscv64)
|
||||
# that does not support part of IEEE 754 voluntary standards
|
||||
ifeq ($(DISABLE_NAN_TESTS),TRUE)
|
||||
$(eval $(call gb_CppunitTest_add_defs,sc_ucalc_nanpayload,\
|
||||
|
Reference in New Issue
Block a user