mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
Fix String(Hex()) usage
- additional add test casye to log.run Fixes #2265
This commit is contained in:
committed by
Norman Feske
parent
818795ab90
commit
dd5592cc50
@ -30,5 +30,8 @@ void Component::construct(Genode::Env &env)
|
||||
typedef String<128> Label;
|
||||
log("multiarg string: ", Label(Char('"'), "parent -> child.", 7, Char('"')));
|
||||
|
||||
String<32> hex(Hex(3));
|
||||
log("String(Hex(3)): ", hex);
|
||||
|
||||
log("Test done.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user