Fix typo in test name.
authorMarek Polacek <mpolacek@gcc.gnu.org>
Wed, 9 Oct 2019 20:38:13 +0000 (20:38 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Wed, 9 Oct 2019 20:38:13 +0000 (20:38 +0000)
From-SVN: r276770

gcc/testsuite/g++.dg/cpp0x/initlist-array1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C [deleted file]

diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist-array1.C b/gcc/testsuite/g++.dg/cpp0x/initlist-array1.C
new file mode 100644 (file)
index 0000000..925ab16
--- /dev/null
@@ -0,0 +1,5 @@
+// { dg-do compile { target c++11 } }
+
+typedef int IRT[2];
+
+const IRT& ir = IRT{1,2};
diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C b/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C
deleted file mode 100644 (file)
index 925ab16..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// { dg-do compile { target c++11 } }
-
-typedef int IRT[2];
-
-const IRT& ir = IRT{1,2};