mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Improved generator tracking
* Successive executions of the same `GENERATE` macro (e.g. because of a for loop) no longer lead to multiple nested generators. * The same line can now contain multiple `GENERATE` macros without issues. Fixes #1913
This commit is contained in:
@@ -1380,6 +1380,6 @@ due to unexpected exception with message:
|
||||
Why would you throw a std::string?
|
||||
|
||||
===============================================================================
|
||||
test cases: 337 | 263 passed | 70 failed | 4 failed as expected
|
||||
assertions: 1926 | 1774 passed | 131 failed | 21 failed as expected
|
||||
test cases: 339 | 265 passed | 70 failed | 4 failed as expected
|
||||
assertions: 1932 | 1780 passed | 131 failed | 21 failed as expected
|
||||
|
||||
|
Reference in New Issue
Block a user