mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 12:18:22 +00:00
test/stdcxx: spelling fix
This commit is contained in:
committed by
Christian Helmuth
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user