aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-02 10:57:54 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-02 10:57:54 +0000
commitfcf7081cf9b5f2ccbc5167806fb8e377f100efec (patch)
treeaae3d7328107b2970083bbbbe5dadd9d58b000f6 /gcc
parent988ee9bc105a949e9c3df2970b4231e23990d9df (diff)
downloadgcc-fcf7081cf9b5f2ccbc5167806fb8e377f100efec.zip
gcc-fcf7081cf9b5f2ccbc5167806fb8e377f100efec.tar.gz
gcc-fcf7081cf9b5f2ccbc5167806fb8e377f100efec.tar.bz2
Add missing directive
From-SVN: r261109
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gnat.dg/specs/opt3_pkg.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads b/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
index f0d23f3..4145ac4 100644
--- a/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
+++ b/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
@@ -1,3 +1,5 @@
+-- { dg-excess-errors "no code generated" }
+
package Opt3_Pkg is
function Max return Natural;