blob: ead8f14f6e34f7d0cfe7b597244ca5c486422cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From 78b24b8cb01e27e352de2aca93934833bcb412b8 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz <ricotz@ubuntu.com>
Date: Thu, 4 Jul 2019 12:49:54 +0200
Subject: [PATCH] tests: Remove errornous c-header reference of extern method
---
tests/lib/test-utils.vala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/lib/test-utils.vala b/tests/lib/test-utils.vala
index 702efec5..55dd4f25 100644
--- a/tests/lib/test-utils.vala
+++ b/tests/lib/test-utils.vala
@@ -27,8 +27,7 @@ using Gee;
public class Folks.TestUtils
{
/* Implemented in C */
- [CCode (cname = "haze_remove_directory",
- cheader_filename = "haze-remove-directory.h")]
+ [CCode (cname = "haze_remove_directory")]
public extern static bool remove_directory_recursively (string path);
/**
--
2.22.0
|