mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 23:43:15 +00:00
test/stdcxx: spelling fix
This commit is contained in:
parent
5f0008cbc9
commit
7f78d182f8
@ -58,7 +58,7 @@ static void test_stdexcept()
|
|||||||
try {
|
try {
|
||||||
throw std::invalid_argument("INVALID");
|
throw std::invalid_argument("INVALID");
|
||||||
} catch (std::invalid_argument) {
|
} catch (std::invalid_argument) {
|
||||||
std::cout << "catched std::invalid_argument"<< std::endl;
|
std::cout << "caught std::invalid_argument"<< std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user