diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-15 11:50:24 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-15 11:50:24 +0200 |
commit | 9bcfd348454267db1cb98425260774248a90f60a (patch) | |
tree | c7653823fd1c2ed34adaf8cdac97cbf08744b17d /tests/manual/cplusplus/c++ | |
parent | e4de305b029efbbbfdf3dd9d0b4677db6b8796d5 (diff) | |
download | qt-creator-9bcfd348454267db1cb98425260774248a90f60a.tar.gz |
Renamed two cplusplus projects to not conflict with the autotests.
Diffstat (limited to 'tests/manual/cplusplus/c++')
-rwxr-xr-x | tests/manual/cplusplus/c++ | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/manual/cplusplus/c++ b/tests/manual/cplusplus/c++ deleted file mode 100755 index a5908b79ff..0000000000 --- a/tests/manual/cplusplus/c++ +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -me=$(dirname $0) -${CPP-gcc} -U__BLOCKS__ -xc++ -E -include $me/conf.c++ $* > $me/file.i -$me/cplusplus0 $me/file.i - |