mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 01:56:22 +00:00
Fixed tests
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "contact.h"
|
||||
#include "autocomplete.h"
|
||||
#include "tools/autocomplete.h"
|
||||
|
||||
static void clear_empty(void)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <head-unit.h>
|
||||
#include "history.h"
|
||||
#include "tools/history.h"
|
||||
|
||||
void previous_on_empty_returns_null(void)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <head-unit.h>
|
||||
#include "command.h"
|
||||
#include "command/parser.h"
|
||||
|
||||
void
|
||||
parse_null_returns_null(void)
|
||||
|
||||
Reference in New Issue
Block a user