Skip to content

Commit cb7f504

Browse files
committed
fix(test): remove outdated condition
See <https://cpp2.godbolt.org/z/4r1P6f34E>.
1 parent ed9d696 commit cb7f504

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

regression-tests/CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ endfunction()
114114
function(cppfront_build_tests)
115115
cmake_parse_arguments(PARSE_ARGV 0 ARG "" "SOURCE" "EXTRA_FLAGS")
116116

117-
# The following tests aren't expected to be buildable C++, even if
118-
# cppfront succeeds.
119-
set(
120-
codegen_only_tests
121-
mixed-postfix-expression-custom-formatting
122-
)
123-
124117
cmake_path(GET ARG_SOURCE STEM test_name)
125118
if (test_name IN_LIST codegen_only_tests)
126119
return()

0 commit comments

Comments
 (0)