From c9e24e90d54222f9dc3c37fa61c8d1233941533b Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Fri, 18 Mar 2022 13:02:54 +0800 Subject: [PATCH] [TD-14121]: script/general/compute/cast.sim failed on ARM64 Linux --- tests/script/general/compute/cast_query1.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/general/compute/cast_query1.sim b/tests/script/general/compute/cast_query1.sim index 5d0e2b153b..4bc7af7941 100644 --- a/tests/script/general/compute/cast_query1.sim +++ b/tests/script/general/compute/cast_query1.sim @@ -1423,7 +1423,7 @@ if $data50 != NULL then return -1 endi endi -if $data50 != NULL then +if $data60 != NULL then if $data60 != @94-08-17 15:12:55.807@ then #for arm64 return -1 endi -- GitLab