mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 15:42:13 +01:00
Fixup various spelling errors (#1208)
This commit is contained in:
committed by
Martin Hořeňovský
parent
d38f782995
commit
b11175548a
@@ -12,7 +12,7 @@
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4702) // Unreachable code -- uncoditional throws and so on
|
||||
#pragma warning(disable:4702) // Unreachable code -- unconditional throws and so on
|
||||
#endif
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <vector>
|
||||
#include <array>
|
||||
|
||||
// vedctor
|
||||
// vector
|
||||
TEST_CASE( "vector<int> -> toString", "[toString][vector]" )
|
||||
{
|
||||
std::vector<int> vv;
|
||||
|
||||
Reference in New Issue
Block a user