File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/xtd.tunit/include/xtd/tunit/constraints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ namespace xtd {
6262 else xtd::tunit::assume::is_not_empty (actual_value<actual_t >::actual (), stack_frame);
6363 return operator_value<actual_t >(self_);
6464 }
65-
65+
6666 // / @brief Asserts that value not is equal to specified expected.
6767 // / @param expected the expected value.
6868 // / @param stack_frame Contains information about current file and current line.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ namespace xtd {
6565 else xtd::tunit::assume::is_empty (actual_value<actual_t >::actual (), stack_frame);
6666 return operator_value<actual_t >(self_);
6767 }
68-
68+
6969 // / @brief Asserts that value is equal to specified expected.
7070 // / @param expected the expected value.
7171 // / @param stack_frame Contains information about current file and current line.
You can’t perform that action at this time.
0 commit comments