mirror of
https://github.com/cc65/cc65.git
synced 2025-08-14 14:26:27 +00:00
Changed the location of unittest.h
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <unittest.h>
|
||||
#include <string.h>
|
||||
#include "unittest.h"
|
||||
|
||||
#define SourceStringSize 257 // test correct page passing (>256)
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <unittest.h>
|
||||
#include <string.h>
|
||||
#include "unittest.h"
|
||||
|
||||
static char TestString[] = "01234567890123456789"; // two times the same string
|
||||
static char Found[256];
|
||||
|
Reference in New Issue
Block a user