spaceship-scalar1-neg.C: Change dg-do from run to compile.

* g++.dg/cpp2a/spaceship-scalar1-neg.C: Change dg-do from run to
	compile.

From-SVN: r277934
This commit is contained in:
Jakub Jelinek 2019-11-08 00:28:08 +01:00 committed by Jakub Jelinek
parent 4e8e460b44
commit dc4b579686
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-11-08 Jakub Jelinek <jakub@redhat.com>
* g++.dg/cpp2a/spaceship-scalar1-neg.C: Change dg-do from run to
compile.
2019-11-07 Iain Sandoe <iain@sandoe.co.uk>
* gcc.target/i386/pr92258.c: Add dg-requires for masm_intel.

View File

@ -1,4 +1,4 @@
// { dg-do run { target c++2a } }
// { dg-do compile { target c++2a } }
#include <compare>