Skip to content

Commit b5a5823

Browse files
committed
remove use of CMAKETEST_TEST in expectfail
1 parent d0c1bfd commit b5a5823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cmake_test/expectfail.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(cmake_test/cmake_test)
55
# in an EXPECTFAIL test will allow the test to succeed.
66
#]]
77
ct_add_test(NAME "make_sure_function_fails" EXPECTFAIL)
8-
function("${CMAKETEST_TEST}")
8+
function("${make_sure_function_fails}")
99

1010
function(failing_fxn)
1111
message(FATAL_ERROR "I have erred.")

0 commit comments

Comments
 (0)