From 8ff6cd21b710442584bcc38c41215346c549844c Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Mon, 13 Dec 2021 14:17:17 +0800 Subject: [PATCH] add test cases --- tests/script/fullGeneralSuite.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/fullGeneralSuite.sim b/tests/script/fullGeneralSuite.sim index 37b1b4d973..34b426752a 100644 --- a/tests/script/fullGeneralSuite.sim +++ b/tests/script/fullGeneralSuite.sim @@ -223,3 +223,4 @@ run general/db/show_create_db.sim run general/db/show_create_table.sim run general/parser/like.sim run general/parser/interp_blocks.sim +run general/parser/create_tb_with_timestamp_tag.sim -- GitLab