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