@ -18,6 +18,8 @@
#include "ExpandingString.h"
#include <AP_HAL/AP_HAL.h>
extern const AP_HAL::HAL& hal;
#define EXPAND_INCREMENT 512
@ -18,7 +18,9 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <stdint.h>
class ExpandingString {
public:
@ -1,5 +1,6 @@
#include <AP_gtest.h>
#include <AP_Common/ExpandingString.h>
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
@ -1,6 +1,7 @@
#include <stdlib.h>
/**
* This file test realloc failure on ExpandingString