summaryrefslogtreecommitdiff
path: root/tests/manual/cplusplus/conf.c++
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-09-15 11:50:24 +0200
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-09-15 11:50:24 +0200
commit9bcfd348454267db1cb98425260774248a90f60a (patch)
treec7653823fd1c2ed34adaf8cdac97cbf08744b17d /tests/manual/cplusplus/conf.c++
parente4de305b029efbbbfdf3dd9d0b4677db6b8796d5 (diff)
downloadqt-creator-9bcfd348454267db1cb98425260774248a90f60a.tar.gz
Renamed two cplusplus projects to not conflict with the autotests.
Diffstat (limited to 'tests/manual/cplusplus/conf.c++')
-rw-r--r--tests/manual/cplusplus/conf.c++15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++
deleted file mode 100644
index 69bafe0459..0000000000
--- a/tests/manual/cplusplus/conf.c++
+++ /dev/null
@@ -1,15 +0,0 @@
-#define __extension__
-#define __context__
-#define __range__
-#define __asm(a...)
-#define __asm__(a...)
-#define restrict
-#define __restrict
-#define __restrict__
-// #define __weak
-#define __builtin_va_arg(a,b) ((b)0)
-#define __stdcall
-#define __fastcall
-#define __imag__
-#define __real__
-#define __complex__