Skip to content

Commit 22e41e1

Browse files
committed
leave todo
1 parent 80f60af commit 22e41e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

week-12/task-11-03/test/test-11-03.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ TEST(Factory, CustomTypes) {
4444
EXPECT_EQ(factory.create<Person>(), person);
4545
}
4646

47+
// @todo 90m/DEV find a way to check if a compilation error has occurred or not.
4748
#ifdef TEST_COMPILE_ERROR
4849
TEST(Factory, UnregisteredType) {
4950
const Factory<int, double> factory{[]() { return 42; }, []() { return 3.14; }};

0 commit comments

Comments
 (0)