summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-26 11:41:23 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-26 11:41:23 +0000
commit8fb0cf056a790182bafc0011f53174f879ec935e (patch)
treec60c4416fb5c44741bd4af5732e9bf6d3f08c810 /gcc/testsuite/g++.old-deja
parent444f550340636c053dd8e196aaa1161cb14d76cb (diff)
downloadgcc-8fb0cf056a790182bafc0011f53174f879ec935e.tar.gz
revert
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/g++.old-deja')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/bool2.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/bool2.C b/gcc/testsuite/g++.old-deja/g++.jason/bool2.C
index f3b9a3d21db..4c0edcb3596 100644
--- a/gcc/testsuite/g++.old-deja/g++.jason/bool2.C
+++ b/gcc/testsuite/g++.old-deja/g++.jason/bool2.C
@@ -2,7 +2,7 @@
struct F {
bool b1 : 1;
- bool b2 : 7; // WARNING -
+ bool b2 : 7;
};
main()