summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-04-10 11:53:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-04-10 11:53:25 +0000
commit16c67a26a67c0ed35f5c32def79e747fd7044280 (patch)
tree0d596312e404894132660e56aa40d9172dd07595 /ACE/tests/tests.mpc
parent3b471b984b656aa35ae995364431ce397a4d33c3 (diff)
downloadATCD-16c67a26a67c0ed35f5c32def79e747fd7044280.tar.gz
Thu Apr 10 11:54:12 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_02_Test.cpp: * tests/Compiler_Features_04_Test.cpp: * tests/Compiler_Features_05_Test.cpp: * tests/Compiler_Features_06_Test.cpp: * tests/Compiler_Features_07_Test.cpp: * tests/Compiler_Features_11_Test.cpp: * tests/Compiler_Features_12_Test.cpp: Layout changes * tests/run_test.lst: * tests/tests.mpc: * tests/Compiler_Features_30_Test.cpp: Removed this test, an empty initializer list for an array of unknown size is illegal according to the C++ spec
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index f9518427234..ccc2c9e7c07 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -771,13 +771,6 @@ project(Compiler_Features_29_Test) : acetest {
}
}
-project(Compiler_Features_30_Test) : acetest {
- exename = Compiler_Features_30_Test
- Source_Files {
- Compiler_Features_30_Test.cpp
- }
-}
-
project(Compiler_Features_31_Test) : acetest {
exename = Compiler_Features_31_Test
Source_Files {