Skip to content

Commit 65a99b9

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

regression-tests/CMakeLists.txt

-10
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,7 @@ 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)
125-
if (test_name IN_LIST codegen_only_tests)
126-
return()
127-
endif ()
128118

129119
set(test_dir "${CMAKE_CURRENT_BINARY_DIR}/${test_name}")
130120

0 commit comments

Comments
 (0)