1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Remove symlink from tests

This commit is contained in:
cosineblast 2024-01-18 20:13:47 -03:00
parent d4c7cba521
commit 7a5526b19e
3 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,8 @@
/*
** !!DESCRIPTION!! Simple #pragma once directive tests
** !!ORIGIN!! cc65 regression tests
** !!LICENCE!! Public Domain
*/
#include "pragma-once-sample.h";

View File

@ -1 +0,0 @@
pragma-once-sample.h

View File

@ -4,12 +4,12 @@
** !!LICENCE!! Public Domain
*/
#pragma once
#include "pragma-once-sample-2.h"
#include "pragma-once-sample-2.h"
#include "pragma-once-sample.h"
#include "pragma-once-sample.h"
#include "pragma-once-sample-link.h"
/* pragma-once-sample-link.h is a symlink to pragma-once-sample. */
#include <stdio.h>