fs-test-async.c revision efe78d3ba24fc866af1c79b9223dc0809ba26cad
/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "ostream.h"
#include "fs-test.h"
#include "test-common.h"
{
struct test_fs_file *test_file;
unsigned int i;
for (i = 0; i < 3; i++) {
if (i < 2) {
}
switch (i) {
case 0:
break;
case 1:
break;
case 2:
break;
}
}
test_end();
}
{
struct test_fs_file *test_file;
test_end();
}
{
struct fs_settings fs_set;
const char *error;
}