Skip to content

Commit 0d066cc

Browse files
author
rafalh
committed
Provoke bad enum exception
1 parent b1a4d0a commit 0d066cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/today/TodayMock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ std::vector<std::shared_ptr<object::Expensive>> Query::getExpensive()
768768

769769
TaskState Query::getTestTaskState()
770770
{
771-
return TaskState::Unassigned;
771+
return (TaskState)100;
772772
}
773773

774774
std::vector<std::shared_ptr<object::UnionType>> Query::getAnyType(

0 commit comments

Comments
 (0)