[libc++] Remove c++98 from the possible Standards of the test suite
authorLouis Dionne <ldionne@apple.com>
Wed, 29 Jul 2020 18:17:57 +0000 (14:17 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 29 Jul 2020 18:18:37 +0000 (14:18 -0400)
Clang treats C++98 and C++03 as the same anyway, so it's no use having
two different settings for the same standard.

libcxx/utils/libcxx/test/params.py

index a9431ec..773890b 100644 (file)
@@ -8,7 +8,7 @@
 
 from libcxx.test.dsl import *
 
-_allStandards = ['c++98', 'c++03', 'c++11', 'c++14', 'c++17', 'c++2a']
+_allStandards = ['c++03', 'c++11', 'c++14', 'c++17', 'c++2a']
 
 DEFAULT_PARAMETERS = [
   # Core parameters of the test suite