Skip to content
Snippets Groups Projects
Commit 16fe325a authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Remove main() from some compile-only tests

libstdc++-v3/ChangeLog:

	* testsuite/17_intro/headers/c++1998/all_attributes.cc: Remove
	unnecessary main function.
	* testsuite/17_intro/headers/c++2011/all_attributes.cc:
	Likewise.
	* testsuite/17_intro/headers/c++2014/all_attributes.cc:
	Likewise.
	* testsuite/17_intro/headers/c++2017/all_attributes.cc:
	Likewise.
	* testsuite/17_intro/headers/c++2020/all_attributes.cc:
	Likewise.
parent 980aa91e
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,3 @@ ...@@ -38,8 +38,3 @@
#include <bits/extc++.h> #include <bits/extc++.h>
#include <cxxabi.h> #include <cxxabi.h>
int
main()
{
}
...@@ -38,8 +38,3 @@ ...@@ -38,8 +38,3 @@
#include <bits/extc++.h> #include <bits/extc++.h>
#include <cxxabi.h> #include <cxxabi.h>
int
main()
{
}
...@@ -38,8 +38,3 @@ ...@@ -38,8 +38,3 @@
#include <bits/extc++.h> #include <bits/extc++.h>
#include <cxxabi.h> #include <cxxabi.h>
int
main()
{
}
...@@ -37,8 +37,3 @@ ...@@ -37,8 +37,3 @@
#include <bits/extc++.h> #include <bits/extc++.h>
#include <cxxabi.h> #include <cxxabi.h>
int
main()
{
}
...@@ -36,8 +36,3 @@ ...@@ -36,8 +36,3 @@
#include <bits/extc++.h> #include <bits/extc++.h>
#include <cxxabi.h> #include <cxxabi.h>
int
main()
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment