mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
C API: add more tests
This commit is contained in:
parent
2e1dbbe307
commit
1093ab64a2
6 changed files with 86 additions and 26 deletions
|
@ -31,7 +31,6 @@ private:
|
|||
|
||||
static void type_of_function(void * self, nix_string_return * res)
|
||||
{
|
||||
std::cout << self << std::endl;
|
||||
MyExternalValueDesc * obj = static_cast<MyExternalValueDesc *>(self);
|
||||
|
||||
std::string type_string = "nix-external<MyExternalValueDesc( ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue