From 5d9c7817ebcbbc4883e50a24757c89834aa0550e Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Wed, 13 Mar 2024 16:11:28 +0530 Subject: [PATCH] TEST: Register parse_comments_01.cpp --- tests/tests.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tests.toml b/tests/tests.toml index c72ce0d..25c8fa5 100644 --- a/tests/tests.toml +++ b/tests/tests.toml @@ -22,6 +22,11 @@ cpp = true llvm = true fortran = true +[[test]] +filename = "../integration_tests/parse_comments_01.cpp" +clang_ast = true +parse_all_comments = true + [[test]] filename = "../integration_tests/array_01.cpp" asr = true